[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Moving files from a PC
- Subject: Moving files from a PC
- From: Alex Freed <alex_news@alexfreed.com>
- Date: Fri, 13 Jul 2012 00:56:02 -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
To test some hardware I need an easy way to move (binary) data from a PC
to Apple 2e. Cross-assembled code, but it doesn't matter.
I expect a number of trials and errors so it needs to be fast and easy.
For just a single operation I know I can make a disk image with Cider
Press and use ADT. There is also the "game server" that can be used to
load programs. But it always starts from scratch transferring its own
helper code first. Acceptable but not perfect.
So the question is is there a program to run from disk that will
transfer a file via SSC using say Xmodem? I don't need a full blown
communications package, just a simple "rx" type utility to get a block
of data and optionally save as a binary file. Or I can do BSAVE myself
if I have to.
Thanks.
-Alex.