Date: Wed, 17 Jan 1996 21:15:34 -0800 (PST) From: kline@tera.com (Gary Kline) To: bsd@jaguar.cris.com (BSD Mailing List) Cc: questions@FreeBSD.org Subject: Re: How to dialout, connect & getty serial port? Message-ID: <9601180515.AA24119@tera.com> In-Reply-To: <199601172356.PAA03090@jaguar.cris.com> from "BSD Mailing List" at Jan 17, 96 03:56:21 pm
next in thread | previous in thread | raw e-mail | index | archive | help
According to BSD Mailing List: > > 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. I did something like this with my old SVR4 system to autolog me into my SLIP account. I used uucico to do most of the background work; then my program killed uucico and fired off slattach. You may be able to hack Taylor uucico to do something similar with you winding up with control of the tty. ...Anybody else?? gary kline >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9601180515.AA24119>