Re: [Mono-dev] Mono C# Serial Port problem

2008-06-10 Thread PaceyIV
] in /home/paceyiv/programmazione/mono/Microsoft/Microsoft/Main.cs:29 So I comment the line! I think don't work the SerialDataReceivedEventHandler. I can write code to read the byte from serial and the device respond, but the Serial Data Received Event newer works on mono. What's wrong? using System

Re: [Mono-dev] Mono C# Serial Port problem

2008-06-08 Thread PaceyIV
) [0x0] at System.IO.Ports.SerialPort.read_byte () [0x0] at System.IO.Ports.SerialPort.ReadByte () [0x0] at (wrapper remoting-invoke-with-check) System.IO.Ports.SerialPort:ReadByte () at SerialPortTest.ReadData () [0x6] in /home/paceyiv/programmazione/momo/SerialPortTest