Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2006 19:18:36 -0400
From:      "David Banning" <david@skytrackercanada.com>
To:        freebsd-questions@freebsd.org
Subject:   setting serial speed higher than 9600
Message-ID:  <20061205230530.M80529@skytrackercanada.com>

next in thread | raw e-mail | index | archive | help
I am attempting to set the serial speed higher than 9600 to use it for a 
printer. The stty command does not appear to work;

root# stty -a -f /dev/cuaa0
speed 9600 baud; 0 rows; 0 columns;
...<snip>


root# stty -f /dev/cuaa0 57600

root# stty -a -f /dev/cuaa0
speed 9600 baud; 0 rows; 0 columns;
lflags: -icanon -isig -iexten ...<snip>

Any suggestions?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061205230530.M80529>