From owner-freebsd-hackers Tue Sep 9 01:53:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA08441 for hackers-outgoing; Tue, 9 Sep 1997 01:53:27 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA08405 for ; Tue, 9 Sep 1997 01:53:21 -0700 (PDT) Received: from word.smith.net.au (lot.atrad.adelaide.edu.au [203.20.121.21]) by genesis.atrad.adelaide.edu.au (8.8.5/8.7.3) with ESMTP id SAA00673 for ; Tue, 9 Sep 1997 18:23:17 +0930 (CST) Received: from word.smith.net.au (localhost.atrad.adelaide.edu.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id SAA01536; Tue, 9 Sep 1997 18:19:09 +1000 (EST) Message-Id: <199709090819.SAA01536@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: John-Mark Gurney cc: Jaye Mathisen , hackers@FreeBSD.ORG Subject: Re: How the heck do you drop DTR? In-reply-to: Your message of "Tue, 09 Sep 1997 01:03:42 MST." <19970909010342.45615@hydrogen.nike.efn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Sep 1997 18:19:03 +1000 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I thought closing the file handle would do it, but it doesn't, after > > my program exits, the modem is still on-line, and DTR is still > > asserted. > > wierd... assuming that all file descriptors to the modem is closed, > DTR should drop... Not necessarily; was the port in drainwait? (ie. had output data that couldn't be sent?) mike