Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up`board list` does not list virtual ports #505
Comments
|
This is a known missing feature of the underlying go-serial library, marking as feature request with no clear priority. |


Bug Report
I have copied the bug report from here:
I set up virtual ports on Windows with

com0comand mappedCOM5toARDUINO:I can confirm, I can see the ports in the Java IDE:

And I can also confirm when I run the
board liston the CLI, I cannot see the virtual ports. I think it is a CLI issue. What do you think @masci?Current behavior
The CLI does not return with the virtual ports.
Expected behavior
I can see the exact same port with the CLI as with the Java IDE.
Environment
arduino-cli version):Additional context