Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-132005-05-12 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
* 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
2006-05-072005-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
* ISerialStream.cs: * SerialPortStream.cs: * SerialPort.cs: * SerialSignal.cs: Some changes to make SerialPorStream implement ISerialInterface, and be able to have OS-depending backends. svn path=/trunk/mcs/; revision=60368
2006-05-062006-05-06 Carlos Alberto Cortez <calberto.cortez@gmail.com>Carlos Alberto Cortez
* ISerialStream.cs: New internal interface used for accessing the backend streams functionality. svn path=/trunk/mcs/; revision=60353