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
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
It should work fine. I just put a jumper between pins A9/A10 and did the following as a test: