Not sure I get you... so outstr is new Uint8Array([0, 85, 4, 5]), and you see U which is the 85, but the other characters are control characters that don't get displayed.
Did you intend there to be an else before if (outstr!="") {?
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.
Not sure I get you... so
outstr
isnew Uint8Array([0, 85, 4, 5])
, and you seeU
which is the 85, but the other characters are control characters that don't get displayed.Did you intend there to be an
else
beforeif (outstr!="") {
?