• Blogs

  • Member Blogs

by Tag (Programming)

Mar
22

The Unseen Commodore 128

A New featured section of my website, focusing on the versatility of the C128; the greatest 8-bit computer ever produced! Read more...

Feb
20

Announcing C64List 4.01

After an excruciatingly long time working on C64List 4, it's finally here! Read more...

Mar
30

A Comet64 Command Reference Chart

I'm working on a Command Reference Chart, for the Comet64 and V-1541, and am wondering if there are any commands that I am missing. Read more...

Feb
10

PDXCUG.org Programming Challenge

If you like experimenting with programming, why not join the Portland Commodore Users Group in the monthly programming challenge? Read more...

Nov
22

V-1541 2.4 Released

V-1541 has an extensive API for Internet communication. New features make it even easier to write CommodoreServer programs in BASIC or Assembly. Read more...

Oct
1

Variables in C128 DOS

Jim Butterfield Saves The Day! Read more...

Aug
29

How To Build a Chat Program for CommodoreServer Using V-1541 and CSIP

The best way to show how to use the client SDK and some of the CSIP commands is by doing a project. This tutorial will show you how to make a very simple chat program. Read more...

May
8

Introducing modBASIC

BASIC just got a little less lame... This light-weight BASIC extensions lets you pass parameters and use local variables. Read more...

Jan
24

MENU MADNESS! A DotBASIC Tutorial

For just a taste of DotBASIC Plus, I invite you to follow along with me on this short tutorial. Read more...

Jan
5

C64List 3.03 Is Available For Download

Lots of tweaks and fixes to help in your development Read more...

Oct
19

World's Greatest Menu

Put WGM at the top of your disk directory for a good-looking way to browse your programs! Read more...

Feb
4

Overview of CommodoreServer's Multi-Player Gaming Service

Game players and developers alike will enjoy the new multi-player gaming service of CommodoreServer.com. Players will benefit by having new multi-player games available on a variety of Commodore platforms and Internet adapters. Programmers can quickly develop new software using standardized features to allow for player interaction, without all of the hassles inherent in multi-player games. Read more...

Sep
17

Configuration Commands for the Comet64 Internet Modem

By default, the Comet64 Internet Modem is pre-configured with the ability to connect seamlessly to CommodoreServer.com using the V-1541 software. However, the device can easily connect to any other server/port on the Internet by sending some configuration commands to it. This article will describe how to send commands to the Comet64 using a simple BASIC program that you can download from the Public Directory. Read more...

Jul
12

Simple BASIC Program to use CSIP

I wrote this quick little program that allows you to experiment with the Comet64 Internet Modem using standard RS-232 operations. Read more...

Jul
8

The CommodoreServer Internet Protocol (CSIP) Programmer's API

The CommodoreServer Internet Protocol, or CSIP, is a text-based, human-readable protocol for exchanging data and issuing commands on CommodoreServer.com.

This article describes what the protocol is and how to use it. It also documents all of the commands that are currently available and lists possibilities for the future. Read more...