Mercurial > flash_v2
diff packages/io/serial/current/ChangeLog @ 1214:349e2eadf98d
* 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).
| author | jlarmour |
|---|---|
| date | Fri, 12 Sep 2003 15:32:49 +0000 |
| parents | ecbb5d87bfe0 |
| children | b300f8978722 |
line wrap: on
line diff
--- a/packages/io/serial/current/ChangeLog +++ b/packages/io/serial/current/ChangeLog @@ -1,3 +1,14 @@ +2003-08-18 Jay Foster <jay@systech.com> + + * 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). + 2003-09-02 Eric Doenges <Eric.Doenges@DynaPel.com> * src/common/tty.c: Make tty_select prototype match implementation.
