Subject: Re: Minicom 1.71
To: None <asx@ccnet.com>
From: Charles Hannum <Charles-Hannum@deshaw.com>
List: port-m68k
Date: 08/22/1995 00:51:41
   Hmm, this looks the same as the SunOS problem - you can't talk to
   the modem if hardware handshaking is set and DCD is still low.

You can do this by opening the serial port with O_NONBLOCK.
Typically, a modem-aware utility should turn off non-blocking mode
later, after a connection is established, using fcntl(..., FNONBLOCK,
...).