Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!mmdf From: Hartupee.XSIS@xerox.com Newsgroups: comp.sys.amiga.misc Subject: Re: Once again... ka9q help for Amiga Message-ID: <51222@nigel.ee.udel.edu> Date: 18 Apr 91 22:02:57 GMT Sender: mmdf@ee.udel.edu Lines: 22 Scott, Looks like we are trying to do the same thing. I plan to run a slip connection between my Amiga a home and a PC at work. Right now I have the Amiga and the PC sitting next to each other at home with a null modem cable hooked between them. This is from the doc: # Attach the PC asynch card normally known as "com1" (the first controller) # to operate in point-to-point slip mode at 9600 baud, calling it "sl0". # A 1024 byte receiver ring buffer is allocated. Outgoing packets larger # than 256 bytes are fragmented. attach asy 0x3f8 4 slip sl0 1024 256 9600 For the Amiga you can use this to match the PC: attach asy serial.device 0 slip sl0 1024 256 9600 Also on ab20.larc.nasa.gov in /incoming/amiga/ there is an AmigaNOSKit that can be a big help. Hope this helps. Ken