[Bug 9986] serial/COM code misinterprets XON/XOFF direction

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Oct 11 07:09:59 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=9986





--- Comment #2 from Tom Brus <tombrus at gmail.com>  2007-10-11 07:09:58 ---
Some further explanation:

Many Linux sources mention:
    IXON        = Enable start/stop output control.
    IXOFF       = Enable start/stop input control.

I found some doc at http://www.ekf.de/c/ccom/drv_i960/ekf960mle.pdf that
explains:
    SERIAL_AUTO_TRANSMIT: Use the XON/XOFF protocol based flow control for
output.
    SERIAL_AUTO_RECEIVE : Use the XON/XOFF protocol based flow control for
input.



More information about the wine-bugs mailing list