Unexplained pauses #3561
Replies: 4 comments
-
Posted at 2014-02-03 by Harry_T I should add that copying + pasting the lines in separately works just fine. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-03 by Harry_T Ah - disconnecting from IDE itself and re-connecting seems to work. Sorry! Thanks. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-04 by @gfwilliams This could well be a Web IDE problem. On non-Espruino boards I have to insert a delay between sending characters (because it doesn't know whether a serial or USB connection is being used) - and I think there may be some kind of regression in that code. I've put in a bug for it and I'll check it out when I get a second: espruino/EspruinoWebIDE#27 |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-04 by Harry_T Gordon - that solution feels right based on what I've observed. Also explains why pasting in works. Many thanks, |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-02-03 by Harry_T
Hello,
Espruino looks like a great tool; however, I am having some difficulties.
I am using an HYSTM32_24.
I am using Espruino Web IDE. Connection to the board is fine, and it does operate some code.
Occasionally codes will not run and the board will not respond, requiring a reset.
Please could you explain why this code would work:
but this code would cause it to pause?
I am struggling to get three lines written one after the other!
Many thanks,
Harry
Beta Was this translation helpful? Give feedback.
All reactions