esp-rs/espmonitor

Cannot reset ESP32-C3 on Windows

Opened this issue · 4 comments

On Windows, the program on my ESP32-C3 (connected via builtin USB) continues uninterrupted when Ctrl+R is pressed.

Furthermore I can't reset using the button on the board, because it causes the error reported in #50, closing espmonitor.

(Note: It still prints Resetting device... done, the reset just never happens.)

Also note: cargo espflash with --monitor works fine!

Unfortunately I won't be able to debug this, as I don't have access to a Windows machine. Likely this is a problem with the Windows-specific portions of the serial crate, though.

No worries @kelnos , when I get a free moment I'll fix it to replicate whatever espflash does and submit a PR.