From owner-freebsd-hackers Thu Dec 5 21:16:54 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA28573 for hackers-outgoing; Thu, 5 Dec 1996 21:16:54 -0800 (PST) Received: from glacier.cold.org (glacier.cold.org [206.81.134.54]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id VAA28568 for ; Thu, 5 Dec 1996 21:16:49 -0800 (PST) Received: from localhost (brandon@localhost) by glacier.cold.org (8.7.5/8.7.3) with SMTP id WAA00760; Thu, 5 Dec 1996 22:15:19 -0700 (MST) Date: Thu, 5 Dec 1996 22:15:18 -0700 (MST) From: Brandon Gillespie To: Bruce Evans cc: hackers@freebsd.org Subject: RE: Help! Turning off DTR on a serial device In-Reply-To: <199612060459.PAA10852@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 6 Dec 1996, Bruce Evans wrote: > This is why DTR should be controlled using tcsettattr() instead of the old > ioctls. Set the output speed to B0 to turn DTR off. Keep it as B0 to keep > DTR off. Set it back to the actual speed to turn DTR on. So, uhh, what baud rate does it run at, when you set it to zero? Is the baud rate irrelevant over the serial cable to the device? -Brandon Gillespie