From owner-freebsd-questions Mon Mar 18 16:57:53 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17887 for questions-outgoing; Mon, 18 Mar 1996 16:57:53 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA17880 for ; Mon, 18 Mar 1996 16:57:49 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA22672; Mon, 18 Mar 1996 17:52:46 -0700 From: Terry Lambert Message-Id: <199603190052.RAA22672@phaeton.artisoft.com> Subject: Re: help setting up direct connected serial terminal under 2.1.0R To: mitzel@ipsilon.com (Danny J. Mitzel) Date: Mon, 18 Mar 1996 17:52:46 -0700 (MST) Cc: freebsd-questions@freebsd.org, mitzel@ipsilon.com In-Reply-To: <199603181828.KAA28750@mailhost.Ipsilon.COM> from "Danny J. Mitzel" at Mar 18, 96 10:29:08 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've got a FreeBSD-2.1.0R machine with a Boca 16 port serial board connected. > I'm trying to use this machine to connect to the serial ports on a number > of other 2.1.0R machines. I've got getty running on the port. > in /etc/ttys: > > # Serial terminals > > ttyd1 "/usr/libexec/getty std.9600" vt100 on secure > run time processes: > > 137 ?? I 0:00.02 /usr/libexec/getty std.9600 ttyd1 > > I connect to the port using kermit but the getty never seems to answer. > if I 'cat' some text to the getty port it does show up on the kermit > terminal, so I'm connected to the correct port. [ ... ] > this says DCD is not asserted. is there a flag I should be providing to > the getty to say that the terminal is hardwired, or should I try > rewiring the connectors, or??? > > any suggestions are appreciated. You are using a tty device. Use the cua device for the port instead. TTY devices expect DCD to be asserted. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.