Path: utzoo!attcan!uunet!snorkelwacker!husc6!unix!ginger.sri.com!henry From: henry@ginger.sri.com (Henry Pasternack) Newsgroups: comp.sys.m68k Subject: Re: Connecting the m68k to a UNIX box. Message-ID: <14807@unix.SRI.COM> Date: 2 Aug 90 17:46:12 GMT Sender: news@unix.SRI.COM Reply-To: henry@ginger.sri.com (Henry Pasternack) Organization: SRI International Lines: 13 Thanks to everyone for their advice. I have found that the best way to talk to the port is to open it using 'open' and send bytes using 'write' and 'read'. It only took a few minutes of toying with 'ioctl' calls to get the port configured properly. I now have a nifty file server system which downloads S-records with checksum testing from a SPARCStation to my board. The code is applicable to other UNIX systems. This is the only software I am running on my board at the moment. I suppose now I have to write an operating system... -Henry