On May 11, 2006, at 10:06 AM, Tom Opgenorth wrote:

On 5/10/06, Mario Munda <[EMAIL PROTECTED]> wrote:
Did somebody use serial port in mono on freebsd?
While on the topic, does anybody have some good reference material for
serial ports?  I might have a need to read some information from a
device with a serial port, but I'm not to sure of the format the data
coming in.  Any suggestions/tips/pointers would be greatly
appreciated.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list


Usually I just read bytes, each device may send the bytes based on some protocol they have, some other devices just send plain text, some devices send/receive plain text plus some sort of check like a crc or similar. I am guessing whatever device you are talking to has some info on their protocol.

--Carlos

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to