I have set up a connection between a Bluetooth module and a PC (Bluetooth USB dongle) on the RFCOMM protocol. On the PC side, I am interfacing with the Microsoft windows stack through an API though there is no Method in the API to specify the Baudrate.
What is the connection datarate? Isn't it supposed to emulate RS-232 baudrates?
I Have used a terminal program to write/read from the appearing virtual COM port (without the api) and it seems that the driver wouldn't allow setting more than 115200 baudrate for the virtual COM port. Is this taking any effect when choosing a specific baudrate?