From owner-freebsd-questions@FreeBSD.ORG Tue Dec 30 20:45:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEC6416A4CE for ; Tue, 30 Dec 2003 20:45:50 -0800 (PST) Received: from ybbsmtp04.mail.yahoo.co.jp (ybbsmtp04.mail.yahoo.co.jp [210.81.151.172]) by mx1.FreeBSD.org (Postfix) with SMTP id DDA2D43D48 for ; Tue, 30 Dec 2003 20:45:48 -0800 (PST) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by ybbsmtp04.mail.yahoo.co.jp with SMTP; 31 Dec 2003 04:45:47 -0000 X-Apparently-From: Received: from ghost.near.this (ghost.near.this [10.0.3.9]) by gorgon.near.this (Postfix) with ESMTP id 7D4407F81; Wed, 31 Dec 2003 13:45:42 +0900 (JST) Received: by ghost.near.this (Postfix, from userid 100) id 12CDA19694; Wed, 31 Dec 2003 13:45:40 +0900 (JST) Date: Wed, 31 Dec 2003 13:45:39 +0900 From: horio shoichi To: "Lefteris Tsintjelis" In-Reply-To: <14420.193.92.118.162.1072819612.squirrel@ene.asda.gr> References: <14420.193.92.118.162.1072819612.squirrel@ene.asda.gr> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20031231.044540.32f56e3d56b0095c.10.0.3.9@bugsgrief.net> cc: questions@freebsd.org Subject: Re: RTS/CTS DTR/DSR with stty X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 04:45:50 -0000 On Tue, 30 Dec 2003 23:26:52 +0200 (EET) "Lefteris Tsintjelis" wrote: > Hi, > > I need to control manually the output signals of a serial port. > Can this be done with stty? I seem to fail to do so by using > stty (-)crtscts. > > Thank you, > Lefteris Tsintjelis > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Maybe you are bit by initial-state and lock-state, which idea is I think devil's invention. See sio(4) and /etc/rc.serial. horio shoichi