[557] in netbsd-help mailing list archive
Re: com port
daemon@ATHENA.MIT.EDU (Greg Hudson)
Wed Dec 20 08:51:50 1995
To: Eric Ford <eford@MIT.EDU>
Cc: netbsd-help@MIT.EDU
In-Reply-To: Your message of "Wed, 20 Dec 1995 08:07:57 EST."
<199512201307.IAA00492@polys.MIT.EDU>
Date: Wed, 20 Dec 1995 08:51:33 EST
From: Greg Hudson <ghudson@MIT.EDU>
> I'd like to have a computer connect to my main computer running bsd
> via serial ports. I have a null modem cable that works fine in
> dos/win. What do I need to do? I don't seem to ahve cua devices in
> etc
Your serial devices are /dev/tty00 and /dev/tty01. If you want to set
up a login prompt over your serial port, in theory all you should need
to do is edit /etc/ttys and turn one of the following two lines:
tty00 "/usr/libexec/getty std.9600" unknown off local softcar clocal
tty01 "/usr/libexec/getty std.9600" unknown off local softcar clocal
You can change the data rate by changing the 9600 to one of 110, 134,
150, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, and
115200 (see /etc/gettytab).