• 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
    
About

Avatar for Gordon @Gordon started