Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HalfSweet opened this issue Jan 1, 2024 · 3 comments
Open

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

HalfSweet opened this issue Jan 1, 2024 · 3 comments

Comments

@HalfSweet
Copy link

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?

@Yatekii
Copy link
Member

Yatekii commented Jan 1, 2024

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

@HalfSweet
Copy link
Author

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

@korken89
Copy link
Collaborator

That's a good future upgrade path, I'll keep it in mind!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants