2005-05-12 Carlos Alberto Cortez <calberto.cortez@gmail.com>
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>
Fri, 12 May 2006 20:18:55 +0000 (20:18 -0000)
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>
Fri, 12 May 2006 20:18:55 +0000 (20:18 -0000)
commit98fe6e1118f6d030cea14d0106da0eda7dfd69ef
tree420d67389cd7fe695ce23b24b649078940386d2f
parentf87c5219f8383fdeb1126b56657c4d53ed54b316
2005-05-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>

* ISerialStream.cs: Add support for break state.
* SerialPort.cs: Likewise.
* WinSerialStream.cs: Add support for break state and
some other bits (BytesToRead, BytesToWrite, DsrHolding,
CDHolding, CtsHolding, DiscardIn, DiscardOut).
* SerialPortStream.cs: Add a SetBreak function to
implement the updated ISerialStream interface (not implemented
by now).

svn path=/trunk/mcs/; revision=60663
mcs/class/System/System.IO.Ports/ChangeLog
mcs/class/System/System.IO.Ports/ISerialStream.cs
mcs/class/System/System.IO.Ports/SerialPort.cs
mcs/class/System/System.IO.Ports/SerialPortStream.cs
mcs/class/System/System.IO.Ports/WinSerialStream.cs