which is not what I'd expect from TCP. I should see 0, 1, 2, 3, 4.
Even if I send one string at a time (and not 5 in a loop), it gets lost in about 20% of the cases.
Am I doing something wrong? Is the net module on ESP8266 not working reliably?
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 small ESP8266 module which is supposed to receive simple data via simple TCP. The net module should do that and it works mostly:
On the sender side I do a simple test via netcat:
But what I get on the Espruino side is:
which is not what I'd expect from TCP. I should see 0, 1, 2, 3, 4.
Even if I send one string at a time (and not 5 in a loop), it gets lost in about 20% of the cases.
Am I doing something wrong? Is the net module on ESP8266 not working reliably?