Espruinotools / the Espruino PICO_R1_3 any general issues ? #7868
Replies: 2 comments 1 reply
-
|
That's great, thanks for looking into this. Ok, that's interesting! I can reproduce here too. I guess it's from https://github.com/espruino/EspruinoTools/blob/master/core/serial.js#L248 where I wasn't aware of any issues, and I've been using the IDE with STM32 quite a lot recently - however I haven't been using the CLI much and we did recently change the way I'm pretty busy the next few days but I'll try and pick this up when I get back |
Beta Was this translation helpful? Give feedback.
-
|
Thanks @gfwilliams . On that specific issue , it does seem to help if in serial.js around line 248 as you id'd , write chunk just updates progress and returns if txItem or txItem.data is undefined. But I really dont understand what im looking at there so would have to leave that for another. ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @gfwilliams Im working on the espruino test harness as discussed some time ago in https://github.com/orgs/espruino/discussions/7659.
Im not wanting to promise too much, but making some progress with the harness and test working with the ESP32C3 quite well. Im looking at the Espruino boards also working in the modified test harness and have an MDBT42Q on the way. Im testing my developed harness on the PICO at the moment. Can I ask a general question? Are there known issues with the Espruinotools cli utilising the PICO board. I seem to be running into issues with basic espruinotools cli invocation, around it not seeing prompts etc from the board. I realise the PICO works fine in the webIDE.
One specific is when invoking
i get
not asking for a fix, just the general question, Thanks
Beta Was this translation helpful? Give feedback.
All reactions