My Serial writes are garbled when sent out to TeraTerm terminal program but Ok when viewed on the Serial monitor. Characters get dropped. This is quite useless as I want my class to receive the data in Python on the PC. I get this in both micro:bit Python editor and MS Makecode. I have used different micro:bits on different PCs, same result.
I tried Mu Editor and the micro:bit sends data across the serial port perfectly. I'm using V2. Is there an issue with the firmware used by MS Makecode and micro:bit Python editor?
I wrote a short Python program to read the serial port on the PC and I get the same results as with TeraTerm i.e. dropped characters, about 10% only, no major garbling.