From owner-freebsd-hackers Fri Feb 2 20:07:25 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA16034 for hackers-outgoing; Fri, 2 Feb 1996 20:07:25 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA16011 for ; Fri, 2 Feb 1996 20:07:19 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14876(11)>; Fri, 2 Feb 1996 20:06:35 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177478>; Fri, 2 Feb 1996 20:06:30 -0800 To: Tom Samplonius cc: hackers@freebsd.org Subject: Re: stty? In-reply-to: Your message of "Fri, 02 Feb 96 18:18:56 PST." Date: Fri, 2 Feb 1996 20:06:15 PST From: Bill Fenner Message-Id: <96Feb2.200630pst.177478@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org Precedence: bulk In message you wr ite: > Why does the following: > >stty 38400 < /dev/cuaa3 > >not set the baud rate to 38400? If I do a "stty < /dev/cuaa3" >afterwards, it says that the baud rate is still 9600. Because the port resets itself to initial settings whenever it is closed and then re-opened. You can use the "initial settings" device, /dev/cuaia3, or you can keep the device open between the stty and the use. Bill