I have a little web server, trying to send \n, \r, \t, \0 .
But it's being replaced newline, removed, space, nothing.
While this is the expected behavior for console.log() or print() when sending this data to a client it should arrive at the client (as it does in nodejs), not being replace by something else.
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.
Hi
I have a little web server, trying to send \n, \r, \t, \0 .
But it's being replaced newline, removed, space, nothing.
While this is the expected behavior for console.log() or print() when sending this data to a client it should arrive at the client (as it does in nodejs), not being replace by something else.