We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 list
I have copied the bug report from here:
I set up virtual ports on Windows with com0com and mapped COM5 to ARDUINO:
com0com
COM5
ARDUINO
I can confirm, I can see the ports in the Java IDE:
And I can also confirm when I run the board list on the CLI, I cannot see the virtual ports. I think it is a CLI issue. What do you think @masci?
$ ./arduino-cli.exe board list Port Type Board Name FQBN Core COM1 Serial Port Unknown COM5 Serial Port Unknown
$ ./arduino-cli.exe board list --format json [ { "address": "COM1", "protocol": "serial", "protocol_label": "Serial Port" }, { "address": "COM5", "protocol": "serial", "protocol_label": "Serial Port" } ]
The CLI does not return with the virtual ports.
I can see the exact same port with the CLI as with the Java IDE.
arduino-cli version
The text was updated successfully, but these errors were encountered:
This is a known missing feature of the underlying go-serial library, marking as feature request with no clear priority.
Sorry, something went wrong.
I believe there is now an upstream feature request for this: bugst/go-serial#85
No branches or pull requests
Bug Report
I have copied the bug report from here:
I set up virtual ports on Windows with
com0com
and mappedCOM5
toARDUINO
:I can confirm, I can see the ports in the Java IDE:
And I can also confirm when I run the
board list
on 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
The text was updated successfully, but these errors were encountered: