/pub/cbm/crossplatform/transfer/C2N232/firmware/

C2N232 is a Commodore C2N cassette drive (datassette) emulator with an RS-232 interface. It was designed by Marko Mäkelä (http://www.funet.fi/~msmakela/).
Here you can find the firmware for the C2N232 device.

Files

c2n-format.txt 2001-09-28 261
A short description of the Commodore tape format. The C2N232 device does not recognize this format; it just recognizes different pulse widths and encodes them as the characters A through D.
c2n232.asm 2001-12-15 17889
The source code of the first version of the firmware. Everything is driven by interrupts. Four bytes of the 128-byte RAM are wasted for processor stack; the remaining 124 bytes are used as an RS-232 input buffer.
c2n232.s 2002-11-03 26734
Firmware version 4 in GNU Assembler format. All previous versions of the firmware can be selected as a compile-time option.
c2n232.s19 2002-11-03 2828
Compiled firmware version 4 for the SMDCR board in Motorola S record format
c2n232.txt 2001-10-11 4131
A very short design document of the firmware.
c2n232c.zip 2003-11-15 11678
Rewritten firmware with added support for the cassette motor control signal. Includes source code and compiled binary.
cisp-1.0.1.tar.gz 2002-04-24 21665
Compact In-System Programmer, adapted for FreeBSD. The functionality has not been changed since version 1.0.
cisp-1.0.2.tar.gz 2002-11-03 21750
Compact In-System Programmer, version 1.0.2. The program no longer aborts if it sees an unexpected response from the SPI device.
cisp-1.0.3.tar.gz 2003-06-12 22072
Compact In-System Programmer, version 1.0.3. The program does not report unexpected responses unless the -d parameter is specified. The program is included in the AVR Cross Development Kit for RPM-based GNU/Linux distributions, http://cdk4avr.sourceforge.net/.
cisp-1.0.4.tar.gz 2003-12-18 22759
Compact In-System Programmer, version 1.0.4. The byte programming protocols have been improved, and there are other minor fixes as well.
cisp-1.0.tar.gz 2002-04-02 21538
Compact In-System Programmer. With this program, you can transfer firmware to Atmel AVR microcontrollers via RS-232 or a PC-style parallel printer port. The program has been tested on GNU/Linux and on Microsoft Windows, and the serial routines should work on other Unix systems as well.
cisp-win32-1_0_4.zip 2003-12-18 25522
Binary distribution of cisp 1.0.4 for Microsoft Windows.
timing.dia 2001-12-15 41668
A timing diagram of the custom transfer protocol (the operating modes "send" and "recv") in Dia v0.88.1 format.
timing.png 2001-12-15 26318
A bit-mapped image of the timing diagram of the custom transfer protocol.

Mirror sitesGeneral informationFile typesData transfer

The Commodore brandname and the chickenhead logo are property of Commodore International BV, a Tulip company.