Re: [Mono-dev] [Mono-list] serial port problem

2007-01-25 Thread Leszek Ciesielski
On 1/21/07, Victor Rocha [EMAIL PROTECTED] wrote: Hello Carlos, Leszek I got a Serial Chat example from the web, and modified it in order to find what could be wrong with serial port. I noticed that ReadLine() works ok, while Read() doesn't... short explanation for the files attached: -

Re: [Mono-dev] [Mono-list] serial port problem

2007-01-22 Thread Mario Munda
Hi The example from the HowToSystemIOPorts (http://www.mono-project.com/HowToSystemIOPorts) doesn't work, for starters... Transmiting part works ok, but not the receiving. P.S.: I use FreeBSD, and I'm sending data to /dev/cuad0. Best Regards Carlos Alberto Cortez pravi: Hey, Could you

Re: [Mono-dev] [Mono-list] serial port problem

2007-01-19 Thread Leszek Ciesielski
On 1/19/07, Mario Munda [EMAIL PROTECTED] wrote: Hi The example from the HowToSystemIOPorts (http://www.mono-project.com/HowToSystemIOPorts) doesn't work, for starters... Transmiting part works ok, but not the receiving. P.S.: I use FreeBSD, and I'm sending data to /dev/cuad0. Best

Re: [Mono-dev] [Mono-list] serial port problem

2007-01-18 Thread Victor Rocha
On 1/16/07, Mario Munda [EMAIL PROTECTED] wrote: Hi. I have a problem receiving data on the serial port. My gmcs version is: bash2-2.05b# mono -V Mono JIT compiler version 1.2.20061229, (C) 2002-2006 Novell, Inc and Contributors. www.mono-project.com TLS: normal

Re: [Mono-dev] [Mono-list] serial port problem

2007-01-18 Thread Carlos Alberto Cortez
Hey, Could you cook a test case? That way we can try to take a look at the issue. Carlos. First, I can succesfully read a text string, when I loopback a serial cable, connecting pins 2 and 3 I send the string and can read it immediatly, it worked fine for me in Linux (running mono as