Subject: Re: SE/30 serial port access
To: Sean Murphy <sean@cbrmain.cbr.nrc.ca>
From: Bill Studenmund <wrstuden@zembu.com>
List: port-mac68k
Date: 07/21/2000 15:50:00
On Fri, 21 Jul 2000, Sean Murphy wrote:

> I've got a similar question.  Right now I'm trying to hook my SE/30 up to
> my network through a serial link.  I've found a mac serial -> pc 25 pin
> cable and a null modem which I now have hooked between the SE/30 and my
> Pentium 166 linux computer.  I'm trying to set up a pppd link between them
> so I can get the SE/30 (running NetBSD1.4.2) onto my in-house network,
> even if it's only at 9600, until I manage to find an ethernet card for it.
> 
> Here are the commands I'm running:
> 
> on the server (linux box):
> pppd -detach crtscts local proxyarp 10.0.0.1:10.0.0.100 /dev/ttyS1 9600
> 
> on the client (SE/30):
> pppd -detach crtscts local defaultroute 10.0.0.100:10.0.0.1 /dev/tty00 9600

Note that mac serial ports don't have an RTS pin, so crtscts doesn't
necessarily do what you want. Also, figure out the pinouts of how your mac
-> DB-25 cable works. I've had different ones connect the mac pins to
different DB-25 pins.

I'm glad to see the cable works hooked up to a different box. Maybe
something was wrong with the serial port.

If the mac <-> DB-25 cable is wired right, you can use cdtrcts flow
control on the mac which will correspond to crtscts on the PC.

Take care,

Bill