I have an external board that relies on a serial communication. When I use the micro:bit with redirect I can communicate with this board. So as a next step I wanted to create an extension for re-use. However, how can I address the serial connection?
I have an initialize function, but either using serial
(as namespace) or Serial
as a device aren’t recognized. What do I need to do before I can use createSerial
?