I have correctly got a microbit working with serial communication via COM port USB.
My aim is to use COM over bluetooth to do the same.
Steps I have taken:
- (on windows 10) bluetooth settings -> more bluetooth settings -> COM ports -> add -> incoming
- in device manager changed the baud rate to match that of the microbit (115,200)
- paired and connected to the microbit
- tried to write to both the serial and uart bluetooth connection from the microbit to the PC (using a flashed python script)
- using Tera Term, setup -> serial port... -> COM(number - in my case 4), with all necessary values (including 115,200 baud rate)
After doing all of these, I see no incoming message on Tera Term. Have I missed anything?