From owner-freebsd-hackers Fri Feb 2 18:16:22 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA00871 for hackers-outgoing; Fri, 2 Feb 1996 18:16:22 -0800 (PST) Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id SAA00865 for ; Fri, 2 Feb 1996 18:16:17 -0800 (PST) Received: by haven.uniserve.com id <30740-4>; Fri, 2 Feb 1996 18:19:00 -0000 Date: Fri, 2 Feb 1996 18:18:56 -0800 (PST) From: Tom Samplonius To: hackers@freebsd.org Subject: stty? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org Precedence: bulk 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. Tom