-
-
Notifications
You must be signed in to change notification settings - Fork 399
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
Multiple boards/ports are shown as selected in "Board Selector" menu #928
Comments
Thanks for your report @GClairet.
We already have a report about the port change at #710
I'm not aware of any previous reports of this bug (though I vaguely recollect encountering it myself), so let's make this issue about that exclusively. Feel free to comment on #710 if you have any new information on the port switch bug. I did my best to reproduce this multiple port selection bug but didn't manage to accomplish it. Does it occur for you consistently? |
Hi per1234, |
yes from my own testing this was fixed by this PR. @per1234 if you get the chance it'd be great to get your confirmation! I could reproduce it easily with a bluetooth port:
|
Thanks so much for those instructions Dave. I verified it was fixed by #1328 (I can still reproduce it while using the build from the previous commit). |
Describe the problem
On Win10 Pro x64, with my Arduino Micro, after I upload the firmware, the COM port is resetted to the first COM port in the list (COM1) instead of returning to the COM9 in my case. With the serial monitor or serial plotter I have to reselect the COM port each time and I miss the beginning of the frames.
To reproduce
Select a COM port, run the serial monitor, compile and upload firmware: after uploading, the COM port has charged.
Maybe something to help, when I click on the COM port list, 2 COM ports are selected: COM9 and COM1. I have not managed to unselect the COM1.
Expected behavior
Returning automatically to the previously selected COM port (COM9) after uploading.
Arduino IDE version
2.0.0-rc5
Operating system
Windows
Operating system version
10 Pro x64 (20H2)
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: