[Return to Main Page]

X-Modem File Transfer Protocol by Daryl Rictor
[Up to Source Code Repository]


X-Modem File Transfer Protocol

Here are my XMODEM/CRC file transfer routines for 6502-based computers with a 6551 serial port. I've included three files for your use.

xmodem-send.txt - contains the routines to send a file from your 65c02 system to a terminal program on another computer. Use this file if you plan to only send data from your 65C02 to another Computer.

xmodem-receive.txt - contains the routines to send a file from another computer to your 65C02 system. Use this file if you plan to only send data from another Computer to your 65C02 system.

xmodem.txt - contains both routines, combining several common routines to save space. Use this file if you plan to send and receive data.

All three files are well documented and were tested using Windows 98's HyperTerminal.

Daryl (65c02@softcom.net)

Last page update: August 27, 2002.