this is probably a basic question:
how do I read from Serial1 when the data that arrives is not a letter or number but for example has the value 0x08 (BS)?
I am interfacing to a gadget that sends out bytes not text and need to take action depending on the data received.
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.
this is probably a basic question:
how do I read from Serial1 when the data that arrives is not a letter or number but for example has the value 0x08 (BS)?
I am interfacing to a gadget that sends out bytes not text and need to take action depending on the data received.