Hi,
Sorry.
COM PORT: one port created for serial communication.
VIRTUAL PORT: com port emulated after connection.
When a client connects by bluetooth (RFCOMM), one COM PORT (Virtual COM, not physics) is emulated on PC for communication between DEVICE-CLIENT and PC-SERVER.
After this, is to write and read on this port for communication between two devices. Right?
In my tests, windows that specified the com port will be used.
My doubt is how to make the device communicate with PC-Server by RFCOMM. Who specifies the channel for communication?
has to be used the parameter: GUID("{1CBF2215-9E04-40d4-9CD7-BEE54683B97D}");
?
My application must use RFCOMM.
thanks