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.