[Mono-list] serial port

Dick Porter dick@ximian.com
31 Jan 2003 17:34:04 +0000


On Fri, 2003-01-31 at 16:02, Gustavo - over wrote:
> please, how to access a serial port (ttyS0) on mono?
> 
> where can I find documentation on integrating C++ and Mono, in the case
> of no comunication class to serial port?

As far as I know, there are no standard classes for accessing serial
ports (I've looked, because I'd love to talk to my gps or send sms via
my mobile with c# code.)

There are a couple of p/invoke wrapper classes that work on windows
though.  Google can find them fairly easily.

- Dick