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

Jon-Eirik Pettersen lists@jonepet.net
Wed, 24 Nov 2004 18:17:49 +0100


Miguel de Icaza wrote:
> 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.

If I just open /dev/rfcomm0 as a normal file and sends an "AT"  , I'm 
able to read out "OK" from the file?