Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!sdd.hp.com!mips!daver!cs.wwu.EDU!phil@cs.wwu.EDU From: phil@cs.wwu.EDU (Phil Nelson) Newsgroups: comp.sys.nsc.32k Subject: uucp and the tty driver. Message-ID: <9106142136.AA11378@strawberry.cs.wwu.edu> Date: 14 Jun 91 21:36:39 GMT References: <9106141627.AA01597@lars.seri.gov> Sender: news@daver.bungi.com (Network News) Reply-To: phil@cs.wwu.edu Organization: Association for the Prevention of Polar Bears and Kangaroos Lines: 23 >I use Karl's (?) uucp port but have not tried dialing out. The original >comments state that dialouts would not work because of missing hooks >in the tty driver. What hooks are needed? I'll add them if I can. I've been considering adding the following to the tty driver. 1) Sending a break by setting Baud to 0. (Should have been there in the first place.) 2) Sending a SIGHUP on loss of DTR (or what ever the right control signal is.) 3) Some way to detect an incomming break from a user program. I could take the time to look it up, but I thought I'd just ask "how does UNIX do this?" and see if any one already knows. 4) "Software" control of hardware handshaking by flags in the tty minor device number. Any thing else I should add? -Phil