[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Xmodem
- Subject: Xmodem
- From: Alex Freed <alex_news@alexfreed.com>
- Date: Sat, 14 Jul 2012 13:59:21 -0700
- Newsgroups: comp.sys.apple2
- Organization: Aioe.org NNTP Server
- User-agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20120614 Thunderbird/13.0.1
Thanks for all the pointers. Unfortunately the comm packages were a bit
too heavy to my taste and I preferred serial over audio in this case.
A little bit of googling found this:
http://www.findthatdoc.com/search-17180267-hDOC/download-documents-xmodem-receive.txt.htm
The small assembly program to receive data via Xmodem CRC.
I only had to replace a few addressed - ACIA registers and zero page
locations. Assembled with ACME and it works. Only 1 K of code. Exactly
what I wanted.
-Alex.