Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA05867; Wed, 20 Dec 95 08:51:28 EST
Received: from GLACIER.MIT.EDU by MIT.EDU with SMTP
	id AA15227; Wed, 20 Dec 95 08:51:28 EST
Received: (from ghudson@localhost) by glacier.MIT.EDU (8.6.11/8.6.11) id IAA16153; Wed, 20 Dec 1995 08:51:34 -0500
Message-Id: <199512201351.IAA16153@glacier.MIT.EDU>
To: Eric Ford <eford@MIT.EDU>
Cc: netbsd-help@MIT.EDU
Subject: Re: com port 
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).

