Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!boulder!sunybcs!ugkamins From: ugkamins@sunybcs.uucp (John Kaminski) Newsgroups: comp.sys.amiga Subject: Re: Amiga to Mac? Keywords: data transfer programs Message-ID: <5151@cs.Buffalo.EDU> Date: 10 Apr 89 17:41:13 GMT References: <7568@phoenix.Princeton.EDU> <2368@cps3xx.UUCP> <1182@internal.Apple.COM> Sender: nobody@cs.Buffalo.EDU Reply-To: ugkamins@sunybcs.UUCP (John Kaminski) Organization: SUNY/Buffalo Computer Science Lines: 25 In article <1182@internal.Apple.COM> farrier@Apple.COM (Cary Farrier) writes: [ buncha stuff about interconnecting a Mac & an Amiga chopped for brevity ] > >>one of the computers, and find a cable to run to the second. Then >>use kermit (available in the public domain for each machine) to >>get them talking. > > You don't need any specific protocall, a text dump should ^^^^^^^^^ protocol? > work fine. Configure both serial ports to the same baud Text dumps are OK, but they aren't error checking. > rate (Use preferences on the Amiga, use a terminal program > on the Mac), and set your Mac terminal program to recieve Why not just use a terminal emulator on the Amiga too? > a text dump, and from the Amiga CLI enter "type myfile > ser:". Careful!!! AmigaDOS CLI and shell aren't quite like Bourne or csh or *sh -- they require all redirection to be specified immediately after the command name, i.e., type >ser: myfile. Besides, what is wrong with good ole copy myfile ser: ????