Navigation Menu

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

Set DTR and RTS in serial monitor #3386

Closed

Conversation

scottwday
Copy link

Sets DTS and RTS pins in serial monitor.

Useful in projects where these lines control reset and chip-select pins.

Set serial.monitorDtr and serial.monitorRts in preferences.txt to configure the pins

@ffissore ffissore self-assigned this Jul 1, 2015
@NicoHood
Copy link
Contributor

Good idea, why not?

What happens if this setting is not represented at all?

I'd also vote for a manual option in the monitor itself (like the baud rate), not just via a preferences.txt file.

@scottwday
Copy link
Author

If the setting isn't present in preferences.txt (i.e. for most people) then DTS behaves as per normal (stays low) and RTS isn't affected at all.

Putting in controls in the GUI would be nice, but not sure if it's worth the effort. I put this in for ESP8266 to hold the reset and boot mode in the right state, but it's not something I need to change very often.

If there was a GUI option then I'd like it to be hidden by default because arduino is supposed to be minimalistic.

@Chris--A
Copy link
Contributor

@scottwday
I agree, an interface may be better, but at least having the option is great.
I'll have to give this a test, I currently use two buttons to reset/flash my ESP modules, an automated feature would be very welcomed.

@ghost
Copy link

ghost commented Aug 25, 2016

Any progress on this at all, where's it stuck at?

@ghost ghost unassigned ffissore Aug 25, 2016
@cmaglie
Copy link
Member

cmaglie commented Jul 18, 2017

Fixed by #4102 that is similar but allows the configuration per-board.

@cmaglie cmaglie closed this Jul 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE Serial monitor Tools > Serial Monitor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants