• 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).

  • 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
    
  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Sending "\x00" over UART - has anyone else tried doing this?

Posted by Avatar for DrAzzy @DrAzzy

Actions