Hi:
In many examples that I found online where people are trying to make their cellphone surf web or somehow talk to their cellphone from Bluez, I notice that they can often do minicom over /dev/rfcomm0 in the setup.
If I want to access the serial port service like that, but from my C program, do I just treat /dev/rfcomm0 as a serial device and use standard Unix serial programming libraries from my C program to do so?
Just curious. Thanks in advanced for any tip.
Mark