Translation ... No data validation on source code uploading. When you send a data stream to another device is has to be checked for data integrity. You cannot depend on "H&P" for data validation. (Hope and praying)
Yes, firmware has a CRC, but it never fails because I believe USB has
error checking built in.
The other day, I had to reload the firmware "again" because the "process.memory()" command did not work.
It would be nice to have a 100% guarantee that the data/firmware being sent to the Espruino is correct and validated.
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.
Translation ... No data validation on source code uploading. When you send a data stream to another device is has to be checked for data integrity. You cannot depend on "H&P" for data validation. (Hope and praying)
The other day, I had to reload the firmware "again" because the "process.memory()" command did not work.
It would be nice to have a 100% guarantee that the data/firmware being sent to the Espruino is correct and validated.