rusty-probe icon indicating copy to clipboard operation
rusty-probe copied to clipboard

Should the DTR/RTS pins of the virtual serial port be adapted

Open HalfSweet opened this issue 1 year ago • 3 comments

For some MCUs that rely on using the serial port for downloads, the use of RTS/DTR for auto-reset into their own bootloader is clearly needed, and for the debugger, we just need to add two more IO ports for output. Will we consider doing this in the rusty-probe later on?

HalfSweet avatar Jan 01 '24 13:01 HalfSweet

I am not sure what exactly you want, but if you want to flash via serial, you can use a serial adapter? :)

Yatekii avatar Jan 01 '24 14:01 Yatekii

Yes, but I think rusty-probe could be more versatile if it had full USB to UART functionality.

For some MCUs that need UART for flash, such as the ESP32 the general practice is to use the RTS and DTR signals from the serial port as trigger flags

HalfSweet avatar Jan 01 '24 14:01 HalfSweet