On Mon, Nov 20, 2000 at 06:42:55PM +1100, [EMAIL PROTECTED] wrote:
> I need to disable hardware flow control on the port using minicom to
> get it going.
> 
> However, I'm wondering how I would do this without minicom. As far as

apt-get clean glasses :)

man stty

search for crtscts and ixon and ixoff. 
ixon is to enable/disable flow control on output and
ixoff is to enable/disable flow control on input

/usr/share/doc/HOWTO/en-txt/Serial-HOWTO.txt.gz 

man termios if you want to do it in c, or
/usr/share/doc/HOWTO/en-txt/Serial-Programming-HOWTO.txt.gz



-- 
        chesty



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to