Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Serial monitor auto-reconnect is broken after a build failure #1060

Closed
phord opened this issue Jun 24, 2020 · 5 comments
Closed

Serial monitor auto-reconnect is broken after a build failure #1060

phord opened this issue Jun 24, 2020 · 5 comments
Labels
feature-request needs-more-info More details about this issue are needed for it to be actionable. serial Issues with serial ports stale

Comments

@phord
Copy link

phord commented Jun 24, 2020

Usually the serial monitor is disconnected / switched away when compiling/uploading, and then reconnected / switched back after the board is reset. That's a nice feature. On the serial monitor I see this:

[Done] Closed the serial port 

[Starting] Opening the serial port - /dev/ttyUSB2
[Info] Opened the serial port - /dev/ttyUSB2
Hello, World.

But if a compile fails, this quick-resume feature is lost. When I fix the compile problem and try again, the serial monitor doesn't start up and I miss the first serial messages from my board.

Oftentimes, the code change I made will show me some status at boot on the serial console, and I'd really like to catch this output on the console without having to manually reset the board to start over.

@gcampbell-msft
Copy link
Contributor

@phord We have recently updated the Arduino extension to depend on a new standalone Serial Monitor extension, please upgrade your arduino extension and try out this new feature!

Please let us know if this new implementation fixes your issue, or if this issue still exists.

@gcampbell-msft gcampbell-msft added the needs-more-info More details about this issue are needed for it to be actionable. label Feb 16, 2023
@github-actions
Copy link

This issue has been automatically marked as stale because it has been inactive for 30 days. To reactivate the issue, simply post a comment with the requested information to help us diagnose this issue. If this issue remains inactive for another 7 days, it will be automatically closed.

@github-actions github-actions bot added the stale label Mar 26, 2023
@StefanKellerAC
Copy link

In v0.6 and v0.6.230316001 it still switches back to the new Serial Monitor tab on not successful compilation.

@github-actions github-actions bot removed the stale label Mar 26, 2023
@github-actions
Copy link

This issue has been automatically marked as stale because it has been inactive for 30 days. To reactivate the issue, simply post a comment with the requested information to help us diagnose this issue. If this issue remains inactive for another 7 days, it will be automatically closed.

@github-actions github-actions bot added the stale label Apr 25, 2023
@github-actions
Copy link

github-actions bot commented May 2, 2023

This issue has been automatically closed due to inactivity. If you are still experiencing problems, please open a new issue.

@github-actions github-actions bot closed this as completed May 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request needs-more-info More details about this issue are needed for it to be actionable. serial Issues with serial ports stale
Projects
None yet
Development

No branches or pull requests

5 participants