From owner-freebsd-hackers Mon Dec 2 13:02:31 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA13146 for hackers-outgoing; Mon, 2 Dec 1996 13:02:31 -0800 (PST) Received: from glacier.cold.org (glacier.cold.org [206.81.134.54]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA13139 for ; Mon, 2 Dec 1996 13:02:28 -0800 (PST) Received: from localhost (brandon@localhost) by glacier.cold.org (8.7.5/8.7.3) with SMTP id OAA14007 for ; Mon, 2 Dec 1996 14:02:34 -0700 (MST) Date: Mon, 2 Dec 1996 14:02:34 -0700 (MST) From: Brandon Gillespie To: freebsd-hackers@freebsd.org Subject: Turning off DTR? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm working on writing up a software package for a VISA POS port server in unix--I have a question, is it possible to turn off DTR capability on the serial device? The VISA POS port doesn't want it--and using a standard serial cable causes problems. Using a custom serial cable that drops the DTR pin works fine--but is not the greatest solution.. Anybody? -Brandon Gillespie