From owner-freebsd-questions Wed Jan 17 15:45:27 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18655 for questions-outgoing; Wed, 17 Jan 1996 15:45:27 -0800 (PST) Received: from jaguar.cris.com (jaguar.cris.com [199.3.123.33]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA18645 for ; Wed, 17 Jan 1996 15:45:07 -0800 (PST) Received: (from bsd@localhost) by jaguar.cris.com (8.6.12/8.6.9) id PAA03090 for questions@freebsd.org; Wed, 17 Jan 1996 15:56:21 -0800 From: BSD Mailing List Message-Id: <199601172356.PAA03090@jaguar.cris.com> Subject: How to dialout, connect & getty serial port? To: questions@freebsd.org Date: Wed, 17 Jan 1996 15:56:21 -0800 (PST) X-Mailer: ELM [version 2.4 PL24 ME7] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org Precedence: bulk I have an interesting problem. I would like to have my modem dial a phone #, connect, and have getty detect DCD and proceed with the login process. I've tried a lot of things, including writing my own C program to interface with the serial port (/dev/cuaa2, etc). I initially had a hard time getting 'stty' to set up the port correctly. I believe I finally have this resolved thanks to rc.serial. I've fiddled with this one for a while. Does anyone have any answers? Thanks. Rich