New test.
[mono.git] / mcs / class / System / System.IO.Ports / ChangeLog
index baebc2668f72528693c9c19c98f90d2ce7293311..bcb947fc5cc2f3ccfe85a2d68d4f936bcc6dff0c 100644 (file)
@@ -1,3 +1,65 @@
+2006-09-28  Andrew Skiba  <andrews@mainsoft.com>
+
+       * SerialPort.cs,WinSerialStream.cs: TARGET_JVM
+
+2006-08-14  Chris Toshok  <toshok@ximian.com>
+
+       * SerialPort.cs: the paths returned by Directory.GetFiles have the
+       directory at the beginning of the string.
+
+2006-08-13  Miguel de Icaza  <miguel@novell.com>
+
+       * SerialPort.cs (ReadTo): Implemented.
+       Add a couple of missing checks.
+
+       Also handle ttyUSB for Chris.
+
+       * SerialPortStream.cs (BytesToRead, BytesToWrite): Implement. 
+
+       * SerialPort.cs (ReadByte): Go directly to the stream, no need to
+       call the wrapper code.
+
+       (ReadChar): implement.
+
+       (ReadLine): implement.
+       
+       Add DefaultValueAttributes to various methods.
+
+       * SerialPortStream.cs, WinSerialStream.cs: Use the same checking
+       we use elsewhere for parameters.
+
+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).
+
+2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * SerialPort.cs:
+       * WinSerialStream.cs: Actually plug the Win serial stream
+       in the SerialPort and use it if we are on Windows (use std
+       stream otherwise).
+
+2005-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * WinSerialStream.cs: Implement some bits needed for
+       the backend thing.
+
+2005-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
+
+       * ISerialStream.cs:
+       * SerialPortStream.cs:
+       * SerialPort.cs:
+       * SerialSignal.cs:
+       Some changes to make SerialPorStream implement ISerialInterface,
+       and be able to have OS-depending backends.
+       
 2006-05-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
 
        * ISerialStream.cs: New internal interface used for