[Mono-bugs] [Bug 81342][Blo] New - rtsEnable flag on SerialPort don't work on Windows
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Apr 9 17:33:32 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 hmandevteam at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=81342
--- shadow/81342 2007-04-09 17:33:32.000000000 -0400
+++ shadow/81342.tmp.23259 2007-04-09 17:33:32.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 81342
+Product: Mono: Class Libraries
+Version: 1.2
+OS: Windows XP
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Blocker
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: hmandevteam at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: rtsEnable flag on SerialPort don't work on Windows
+
+Description of Problem:
+When i try to set the flag rtsEnable using System.IO.SerialPort class on
+Windows (tryed on XP and 2003 srv), MONO return me an error:
+Wrong internal value
+ at System.IO.Ports.WinSerialStream.SetSignal (SerialSignal signal,
+Boolean value) [0x0005d] in C:\cygwin\tmp\scratch\mono-1.2.3.1\mcs\clas
+s\System\System.IO.Ports\WinSerialStream.cs:440
+
+
+To reproduce the problem you can do one of this:
+- lunch my SerialPortBugTest application with "mono --debug
+SerialPortBugTest.exe"
+- use "make all && make run" in SerialPortBugTest folder
+
+Actual Results:
+On Linux go away but on Windows no
+
+Expected Results:
+I used this test application with a smartcard reader (smartmouse) to obtain
+an ATR (Answer To Reset)
More information about the mono-bugs
mailing list