[Mono-bugs] [Bug 81967][Nor] Changed - [PATCH] System.IO.Ports.SerialPort does not issue TimeoutExceptions's on Write()

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Jul 24 04:55:40 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by feyd.pl at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81967

--- shadow/81967	2007-07-06 12:45:21.000000000 -0400
+++ shadow/81967.tmp.5244	2007-07-24 04:55:40.000000000 -0400
@@ -33,6 +33,22 @@
 The patch looks good, but we need to get also ChangeLog entries, would
 you mind writing those?
 
 The ChangeLog entries should describe what the changes are and the
 rationale for the changes (for example, why is tcsetattrr removed from
 open_serial)
+
+------- Additional Comments From feyd.pl at gmail.com  2007-07-24 04:55 -------
+2007-07-24	Lukasz Byczynski <lukaszb at forcom.com.pl>
+
+	* support/serial.c:
+		- all changes are based on Windows .Net SerialPort behavior and this
+document: http://www.easysw.com/~mike/serial/serial.html
+		- removed wrong default values from open_serial
+		- added timeout detection in write_serial
+		- added proper parameters setting in set_attributes
+		
+	* SerialPortStream.cs:
+		- added timeout handling on write
+
+	* WinSerialStream.cs:
+		- fixed setting handshake flags 


More information about the mono-bugs mailing list