-
-
Notifications
You must be signed in to change notification settings - Fork 445
Board type lost when changing usb port #503
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
@per1234 |
@ubidefeo I tried it out and found that the board/port association is per-sketch. This means it must be repeated every time you create a new sketch or open a sketch where the association process hasn't been performed. I'll provide instructions to reproduce it: To reproduceEquipment
Steps
Arduino IDE version2.0.0-rc9-snapshot-55927ac Operating systemWindows 10 |
With the LILYGO T5 EPD 4.7" V2.3 I see similar behavior. Every time I reset the board, the serial connection is dropped. In the UI board selection dropdown a random board is associated with the serial port. If I click the serial port in the drop down it actually changes to that board. So, I have to go into "Select other board and port...", which then usually has my previous board selected and then select the serial port. I think it would be simpler to have the serial port and board selection separated. I think users are unlikely to switch architectures/boards in rapid fashion. So, a simple dropdown for "board" and a separate dropdown for "port" would be perfect. Another solution would be to set the board architecture in the .ino project file. In my case, I'm working on a project that is highly coupled with the board type. I'd like to be able to specify that. |
Windows 10 pro, Arduino V2 Beta 11

If you have a sketch open board type selected with com port , you then unplug Board from usb port , replug into a diffren port.
you ten select new port detected but the board type is also lost , you then have to reselect board type.
The text was updated successfully, but these errors were encountered: