Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/17/84; site cirl.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!think!cirl!gary From: gary@cirl.UUCP (Gary Girzon) Newsgroups: net.micro.amiga Subject: libraries Message-ID: <218@cirl.UUCP> Date: Tue, 8-Oct-85 09:29:34 EDT Article-I.D.: cirl.218 Posted: Tue Oct 8 09:29:34 1985 Date-Received: Fri, 11-Oct-85 08:12:28 EDT References: <2061@amdahl.UUCP> <827@gitpyr.UUCP> <3658@garfield.UUCP> <858@gitpyr.UUCP> Distribution: net Organization: Cochlear Implant Res. Lab, Boston, MA Lines: 25 > By the way, I got no responses, so let me ask again. Does anyone > think it is possible for me to transfer files from my PC to my > Amiga in the following way? I was thinking I could "print" the > files from the PC, through the parallel port, thru the printer cable, > and into the Amiga parallel port. The Amiga documentation claims > that it accepts input as serial or parallel. Whaddaya think? > > Lee Yes, you should be able to do this. The READ command implements some sort of loading scheme, however, I believe you must convert your files on the PC into hex-character format. That is each ASCII byte must be represented by two hex ASCII bytes. This is documented in the DOS Developers Manual. On the other hand, if you send output to the PC parallel port, and then instruct the AMIGA 1> copy par: to filename that whould work, although I wonder what the EOF (end of file) is. How does the AMIGA know when to stop? UUCP: ...{ihnp4,harvard}!think!cirl!gary