Open steelx opened 4 years ago
Your Micro:Bit is on /dev/ttyACM0
not on /dev/ttyUSB0
It's a common result on linux, in fact evry Linux I have is doing that, a connected board with serial over usb ends on /dev/ttyACM0
If I have second board I get a /dev/ttyACM1
.
The tooling section has no information or help for Linux. Im using PopOs 20.04 also by running
dmesg | grep -i tty
command I dont see/dev/ttyUSB0
but I get following result