ecos/packages/io/serial/current ChangeLog src/ ...
jlarmour@sources.redhat.com
jlarmour@sources.redhat.com
Fri Sep 12 15:32:00 GMT 2003
CVSROOT: /cvs/ecos
Module name: ecos
Changes by: jlarmour@sourceware.org 2003-09-12 15:32:50
Modified files:
packages/io/serial/current: ChangeLog
packages/io/serial/current/src/common: serial.c
Log message:
* src/common/serial.c: Fixed bug for XON/XOFF flow control that
would cause multiple XON (or XOFF) characters to be sent for a
single flow control state transition.
Fixed bug in serial_write() that would cause output data to be
discarded if using polled mode with flow control, and output
was blocked due to flow control.
Fixed bug in serial_data_xmt_req() that would not stop sending
data when output was flow controlled off (hardware flow control).
More information about the Ecos-cvs
mailing list