[Mono-list] C#/Mono Serial port communication

Miguel de Icaza miguel@ximian.com
Wed, 24 Nov 2004 11:56:36 -0500


Hello,

> Anyone knows if there is a way to open the device (/dev/rfcomm0) 
> directly using some file-IO-functions without using the 
> NET-class-library to do ut?

Just open the file like you would any other file.

If you need better control, try using the Mono.Posix assembly.