[Mono-dev] Mono C# Serial Port problem

Carlos Alberto Cortez calberto.cortez at gmail.com
Wed May 21 14:43:49 EDT 2008


Hello,


> 
> The issue with our code is that we call the Mono posix libraries, this
> is not cross platform.


Our implementation uses the Win32 api in windows and posix calls with a C helper layer in Unix platforms. 

Observe that we never tested it with Mac.

Since you are using the Mono.Posix library in Mac, it's likely possible
to use the same functionality using our C helper layer (it resides in
mono/support/serial.c). Probably we need to apply a pair of corrections
there, however.

Carlos.




More information about the Mono-devel-list mailing list