Error: 'Unable to retrieve board information. Connection Error?'
The user is stuck in a Catch-22 at this point. As code 'Send to Espruino' never completes the upload process, one is unable to load the debugger, nor is one able to garner much more from the IDE console output. Without ample prior awareness and a load of actual usage, one may not have the insight as to what to do. The reason I started this post.
It is not intuitive that a static code file can cause the IDE to freeze
and later learn that the same commands can also be typed in the Right-hand text editor, it never becomes obvious that a static ASCII file may cause issues as did this one I uncovered.
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.
Tue 2018.08.21
Situation 3
Error: 'Unable to retrieve board information. Connection Error?'
The user is stuck in a Catch-22 at this point. As code 'Send to Espruino' never completes the upload process, one is unable to load the debugger, nor is one able to garner much more from the IDE console output. Without ample prior awareness and a load of actual usage, one may not have the insight as to what to do. The reason I started this post.
It is not intuitive that a static code file can cause the IDE to freeze
I agree with @allObjects in #8
for the intuitive reason I stated. As one is able to type commands directly in the Left-hand pane terminal window
http://www.espruino.com/Quick+Start+Code
and later learn that the same commands can also be typed in the Right-hand text editor, it never becomes obvious that a static ASCII file may cause issues as did this one I uncovered.
Until you find . . . .