Wed Apr 11 15:40:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / System / System.IO.Ports / ChangeLog
index 638848033448e0425fb3d159a0a4c9b6b675be83..a2240ee2e33924bd7f21c321b96357c28cf261e6 100644 (file)
@@ -1,3 +1,43 @@
+
+Wed Apr 11 15:40:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
+
+       * WinSerialStream.cs: fixed logic for signal value check (bug #81342).
+
+2006-11-18  Jelle Hissink <Jelle.Hissink@C-it.nl>
+
+       * SerialPortStream.cs: Fix the parameters in Read, and also poll
+       before the read, so we can thorw the TimeoutException.
+
+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.