Closed
Description
Describe the bug
IDE could not discover any board
To Reproduce
Steps to reproduce the behavior:
- Open the IDE
- Install Arduino AVR Boards
- Found no ports connected
- Pull out my USB connected board and plug it in again
- Still found no ports connected
Expected behavior
IDE should have found my Arduino Mega 2560 board.
Desktop (please complete the following information):
- OS: Windows 10 Professional 19043.1348
- IDE: 2.0.0-beta.12
Additional context
Both windows device manager and MATLAB can discover my board. MATLAB scripts can normally connect to and operate on the board.
I rolled back to beta.11 and everything went fine. There must be something wrong in beta.12.
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
per1234 commentedon Nov 14, 2021
It looks very similar to #573, but there is a significant difference:
When I experience #573, after unplugging and then replugging the board its port is always recognized by the IDE (though any other ports on the computer remain unrecognized.
Ebola-Chan-bot commentedon Nov 15, 2021
Because this is beta.12 not 11?😀 The bug grows up along with the version number😀
per1234 commentedon Nov 30, 2021
Hello @Silver-Fang. The similar bug #573 was fixed for me by
builtin:serial-discovery@1.3.0
, which is now in use by the nightly build of Arduino IDE 2.x.Please try the nightly build and let us know whether the bug is fixed for you or not. The download links for the nightly build are here:
https://github.com/arduino/arduino-ide#nightly-builds
per1234 commentedon Dec 13, 2021
Hi @Silver-Fang. Please try again with the latest release of the Arduino IDE and let us know whether or not the bug is fixed for you.
Ebola-Chan-bot commentedon Dec 14, 2021
Yes, it's fixed.
ZetGoHack commentedon Jan 16, 2023
I have a similar bug. After connecting a Wemos Lolin32 board, the port to which the board is connected is not displayed in the Boards Manager or the Tools menu. Restarting the computer and restarting the IDE does not solve the problem. If I connect an original Arduino Uno board, the IDE sees it and shows the port it is connected to.
Windows 11 | Arduino IDE 2.0.3
per1234 commentedon Jan 17, 2023
Hi @Asderlop. Please post about your problem over on the Arduino Forum:
https://forum.arduino.cc/c/software/arduino-ide-2-0/93
I'll provide support for your problem over there. If we eventually determine it is caused by a problem in Arduino IDE, I will follow up to make sure it is tracked by the developers.