[Mono-list] serial port with mono on freebsd

Carlos Solorzano carlos at applianz.com
Thu May 11 12:08:11 EDT 2006


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

> On 5/10/06, Mario Munda <mario.munda at amis.si> 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  -  Mono-list at lists.ximian.com
> 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



More information about the Mono-list mailing list