Hi, although i am probebly in the wrong place to ask this.
I am wondering whether it is possible to open 2 Serial connections with microSoft MakeCode.
Although my board (Arduino Zero m0) only has 1 hardware serial connection, MakeCode allows for redirecting the serial connection to digital pins, this should mean it is possible to maintain a serial connection via USB and create another via 2 digital pins
of choice.
I have tried redirecting the Serial connection every time I want to send something via the other connection, but this doesnt work as far as I can tell.
Thank you.