microsoft / devicescript-esp32

Jacdac wired protocol implementation for ESP32
MIT License
23 stars 5 forks source link

Deploy error: timeout (3000ms) waiting for response to YV00/2[1]: 0x80 sz=4: 40280000 #18

Open sasha240100 opened 6 months ago

sasha240100 commented 6 months ago

Hi, I'm currently playing around with esp32c3_supermini and while in devs devtools --serial, I'm sometimes getting the following error:

Deploy error: timeout (3000ms) waiting for response to YV00/2[1]: 0x80 sz=4: 40280000 and Deploy error: no ACK for YV00/62[3]: 0x8f18 sz=224: 636f64653a207b307d2e00646973636f6e6e6563... and

serial error: serial device 303a:1001 (write error: ENXIO: no such device or address, write)
serial error: serial device 303a:1001 (Error: ENXIO: no such device or address, write)
serial error: serial device n/a (write error: Cannot call write after a stream was destroyed)
Timeout (150ms)
Timeout (150ms)
image image

Could you please help me understand why that could happen or what could be causing these errors? So far, I'm noticing they are happening randomly. I'm happy to provide parts of my code if needed. Thank you!