Skip to content
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

board list does not list virtual ports #505

Open
kittaakos opened this issue Dec 3, 2019 · 2 comments
Open

board list does not list virtual ports #505

kittaakos opened this issue Dec 3, 2019 · 2 comments
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement

Comments

@kittaakos
Copy link
Contributor

Bug Report

I have copied the bug report from here:

I set up virtual ports on Windows with com0com and mapped COM5 to ARDUINO:
Screen Shot 2019-11-28 at 10 19 54

I can confirm, I can see the ports in the Java IDE:
Screen Shot 2019-11-28 at 10 19 38

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"
  }
]

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

  • CLI version (output of arduino-cli version):
  • OS and platform:

Additional context

@masci
Copy link
Contributor

masci commented Dec 4, 2019

This is a known missing feature of the underlying go-serial library, marking as feature request with no clear priority.

@masci masci added the type: enhancement Proposed improvement label Dec 4, 2019
@per1234
Copy link
Contributor

per1234 commented Feb 18, 2021

I believe there is now an upstream feature request for this: bugst/go-serial#85

@per1234 per1234 reopened this Mar 30, 2021
@per1234 per1234 added the topic: infrastructure Related to project infrastructure label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

4 participants