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

Board/COM port not updated when board is disconnected/changed #1336

Open
3 tasks done
aliphys opened this issue Aug 18, 2022 · 1 comment
Open
3 tasks done

Board/COM port not updated when board is disconnected/changed #1336

aliphys opened this issue Aug 18, 2022 · 1 comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@aliphys
Copy link

aliphys commented Aug 18, 2022

Describe the problem

The Arduino IDE 2.x reliably identifies connected Arduino board and ports. It is possible to view the connected board in the GUI. However, if you remove the board and connect another one, it isn't updated to reflect this change. You have to click on the drop down menu to manually reselect the board that was automatically identified.

To reproduce

Video:

https://loom.com/share/70ce701f376f4a449289bbb836198df7


  1. Open Arduino IDE 2.x
  2. Ensure that NO Arduino boards are connected
  3. Connect a MKR WiFi 1010
  4. If not already selected, choose Arduino MKR WiFi 1000 from the drop down menu
  5. Remove the board. Even though the board is removed, you can see that the board is still there.
  6. Connect a Nano 33 IoT. Now we have connected another board, yet the IDE still displays Arduino MKR WiFi 1000

Expected behavior

I expect that:

  • The IDE would display info when a board is disconnected
  • When a new board is connected (and no other boards are connected to the PC), the IDE automatically selects that board

Arduino IDE version

IDE 2.0.0-rc9.2.nightly-20220818

Operating system

Windows

Operating system version

Windows 10

Additional context

No response

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@aliphys aliphys added the type: imperfection Perceived defect in any part of project label Aug 18, 2022
@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself and removed type: imperfection Perceived defect in any part of project labels Aug 18, 2022
@aliphys
Copy link
Author

aliphys commented Aug 18, 2022

Related issue:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants