Such a shame that it blocks the serial interrupt during these long 'phases' causing incoming serial data to be lost.
Its really proving to be a show stopper for dependable file uploads via http with the ESP8266
I've had the occasional case where I've managed to transfer a file of 100K without fault at 57600 baud from the ESP8266, but more often than not I will experience dropped data during a 10K file upload at 19200 baud. Its fairly unpredictable.
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.
Such a shame that it blocks the serial interrupt during these long 'phases' causing incoming serial data to be lost.
Its really proving to be a show stopper for dependable file uploads via http with the ESP8266
I've had the occasional case where I've managed to transfer a file of 100K without fault at 57600 baud from the ESP8266, but more often than not I will experience dropped data during a 10K file upload at 19200 baud. Its fairly unpredictable.