-
• #2
It should work fine. I just put a jumper between pins A9/A10 and did the following as a test:
>Serial1.onData(function (e) { print(e.data.charCodeAt(0)); }); =undefined >Serial1.write("\x00"); =undefined 0
It should work fine. I just put a jumper between pins A9/A10 and did the following as a test:
>Serial1.onData(function (e) { print(e.data.charCodeAt(0)); });
=undefined
>Serial1.write("\x00");
=undefined
0
If so, did it work?
My Digole display doesn't seem to like getting 0's over UART (it takes them just fine over I2C).