-
-
Notifications
You must be signed in to change notification settings - Fork 431
"Tools" > "Port" has more options than "Select Other Board & Port" #401
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
#681 seems to be related. |
@per1234 |
Thanks for pointing that out @bugrasan! @bb1950328 does the issue still occur even in the IDE windows that are opened on startup? You can check it by following these instructions:
@ubidefeo are you able to reproduce it by following the instructions at #681? I can still reproduce #681 with the latest build (2.0.0-rc5-snapshot-c9b498f) |
The Tested with |
I'm having the same issue and discovered an interesting workaround. I am mystified as to why the workaround works, but I've confirmed that the symbolic link is indeed what makes it work for whatever reason. If a board is already connected before starting the IDE it will not recognize the board or any serial ports until the board is first disconnected/reconnected. Workaround is in Version Info: Behavior / Steps to Reproduce:
Workaournd:
|
OK, I will interpret this information as meaning that the bug is the same as #681, which has been resolved, so I'll close this as fixed.
It sounds like a different bug @khershberger. If it still occurs when using the latest nightly build, please submit a dedicated issue report so that we can effectively track the bug. The nightly build download links are listed here: |
Describe the bug

When I connected a new board to my computer, I first tried to select the correct board and port in the dropdown in the toolbar at the top. I clicked on "Select Other Board & Port". There was a large list of boards. I found the "Arduino Nano" without problems. But on the right side, there's only a message "NO PORTS DISCOVERED". The "Show all ports" checkbox is checked.
Then I called
sudo dmesg
to see on which port my Arduino Nano is. Relevant section:So my Arduino is on

/dev/ttyUSB0
. Then I discovered "Tools" > "Port" where/dev/ttyUSB0
is available.After selecting this I was able to upload the blink sketch. (I had to select "Processor" > "Atmega328P (Old Bootloader)", but I dont't think that's part of this problem.)
When I disconnected my Arduino, "Tools" > "Port" > "/dev/ttyUSB0" disappeared so I think the available port detection works there.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "Select Other Board & Port" should show the ports from "Tools" > "Port".
Desktop (please complete the following information):
2.0.0 beta7
Additional context
Maybe this is related to #132 but
Master811129
is on Windows while I am on Linux.I have a cheap Arduino Nano clone with a CH340G chip.
The text was updated successfully, but these errors were encountered: