-
-
Notifications
You must be signed in to change notification settings - Fork 435
Add board reset button to Serial Monitor #1732
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
Comments
What a simple feature. Never thought of this, but it makes totally sense. I like the idea. |
This button should probably be called "Reconnect", though, since boards do not necessarily reset on (re)connect (most do, but not all). |
Or we just add buttons for DTR and RTS. Then the user can manually pull those lines, for those who want to hold the line down. I heard that some people need this for ESP anyways. Then its even more functional. |
That would work (See arduino/Arduino#3386), though it might be less novice-friendly perhaps. |
That is totally different from what the user wants here. |
@NicoHood, that issue also talks about having the pins GUI-configurable, though I now see it's not the original request. Should have read it better before linking :-) |
Another user here. One workaround (at least on OS X) is to use baud pulldown menu and select same rate again, which resets the connection, and resets the board if auto-reset is enabled on it. Reopening the serial monitor is also sufficient, no need to reflash. |
I think the idea of the "Reconnect" button is helpful in the case where the board was unplugged, then reattached. The serial monitor doesn't automatically reconnect in that case, nor does it acknowledge that the board was unplugged, but a "Reconnect" button is a convenience over reopening the serial monitor. |
great. so in nearly 3 years this has not been implemented? |
I agree, the IDE has plenty of spare "square" buttons besides Verify, Upload, New, Open and Save. Also the Serial monitor can add an extra button for "Reset Target" as well. |
Describe the request
Add a button to Serial Monitor that resets the connected board.
Sometimes hardware Reset button unavailable (Arduino via RDP for example) so we need the ability to reset without reflashing the board.
Arduino IDE version
d6a4b0f
Operating system
All
Operating system version
Any
Additional context
Additional requests:
Issue checklist
The text was updated successfully, but these errors were encountered: