I want to control the mBot using Bluetooth from my PC. I am able to use the Makeblock Me Bluetooth Module and read the input from one of the ports.
e.g.
MeBluetooth bluetooth(PORT_1);
I want to try the same thing using the built-in Bluetooth but don’t know how because I don’t know which port it uses. Is it possible? Thanks.