reading process.env after connect often stops during reading data
I checked incoming data in getProcessInfo, and recognized that data in about 50% is not received to the end. Changing timeout did not change anything. After switching back to prevReader it looks like missed data comes in to prevReader.
Problem is easy to recognize. If you see process.env in terminal window, this problem happend.
by sending data to espruino board, sometimes characters are lost.
I checked this by copy/paste line by line to terminal window. Sometimes characters are lost, this happens in about 10% of lines.
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.
Two problems came up after updating to M33.
I checked incoming data in getProcessInfo, and recognized that data in about 50% is not received to the end. Changing timeout did not change anything. After switching back to prevReader it looks like missed data comes in to prevReader.
Problem is easy to recognize. If you see process.env in terminal window, this problem happend.
I checked this by copy/paste line by line to terminal window. Sometimes characters are lost, this happens in about 10% of lines.