Subject: Re: com driver problems
To: None <tron@colwyn.owl.de>
From: Charles M. Hannum <mycroft@ai.mit.edu>
List: port-i386
Date: 06/10/1995 10:01:23
   I've added the 1.59 com driver to a 950520 kernel source but a plain
   "stty < /dev/tty01 speed 57600" still hangs. :-(

It normally waits for carrier on open.  Try:

stty -f /dev/tty01 57600

which will open the serial port in non-blocking mode.  (Of course, on
last close it will be reset anyway.)