Skip to content

Virtual ports are not shown in menus #132

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

Open
Master811129 opened this issue Oct 29, 2019 · 9 comments
Open

Virtual ports are not shown in menus #132

Master811129 opened this issue Oct 29, 2019 · 9 comments
Labels
criticality: low Of low impact topic: CLI Related to Arduino CLI topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project

Comments

@Master811129
Copy link

Describe the bug
i can't see my all ports (virtual) even when i checked "show all ports"

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Select Other Board & Ports'
  2. tick the 'show all ports'
  3. See error

Screenshots
If applicable, add screenshots to help explain your problem.
Modern Arduino IDE
image
classic arduino IDE:
image

Desktop (please complete the following information):

  • OS: [Win 10 enterprise]
@cmaglie
Copy link
Member

cmaglie commented Oct 30, 2019

Do you have a port called "ARDUINO"? I've never seen this on windows, can you give more details on this serial port (and also on COM5 that does not appear on the port list)?

@Master811129
Copy link
Author

Do you have a port called "ARDUINO"? I've never seen this on windows, can you give more details on this serial port (and also on COM5 that does not appear on the port list)?

ARDUINO and COM5 are virtual COM ports i use these ports to sync my programmer with Arduino IDE (i can do this with classic IDE without any problem) but this IDE couldn't detect any virtual port.
image

@cmaglie
Copy link
Member

cmaglie commented Oct 30, 2019

Which program are you using to emulate the com port? I'd like to reproduce the bug locally

@Master811129
Copy link
Author

Which program are you using to emulate the com port? I'd like to reproduce the bug locally

com0com.zip

@Master811129
Copy link
Author

Which program are you using to emulate the com port? I'd like to reproduce the bug locally

com0com.zip

could you see the bug?

@kittaakos
Copy link
Contributor

i can't see my all ports (virtual) even when i checked "show all ports"

@Master811129, can you see the port if you list it from the CLI:

./arduino-cli board list
Port                            Type              Board Name          FQBN            Core       
/dev/cu.Bluetooth-Incoming-Port Serial Port       Unknown                                        
/dev/cu.MALS                    Serial Port       Unknown                                        
/dev/cu.SOC                     Serial Port       Unknown                                        
/dev/cu.usbmodem14401           Serial Port (USB) Arduino/Genuino Uno arduino:avr:uno arduino:avr

My port is /dev/cu.usbmodem14401 for the connected board.

@kittaakos kittaakos self-assigned this Nov 28, 2019
@kittaakos
Copy link
Contributor

@Master811129, I have downloaded and installed com0com to my Windows 10 image, can you please help with the steps setting up the virtual ports?

@kittaakos
Copy link
Contributor

I have set up a virtual port 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"
  }
]

@kittaakos
Copy link
Contributor

Upstream issue: arduino/arduino-cli#505

@rsora rsora transferred this issue from arduino/arduino-pro-ide Mar 1, 2021
@rsora rsora added the priority: low Resolution is a low priority label Mar 1, 2021
@kittaakos kittaakos removed their assignment Jul 18, 2021
@rsora rsora removed the topic: cli label Sep 16, 2021
@cmaglie cmaglie removed the type: bug label Sep 16, 2021
@rsora rsora added type: imperfection Perceived defect in any part of project topic: serial monitor Related to the Serial Monitor topic: CLI Related to Arduino CLI labels Sep 22, 2021
@per1234 per1234 changed the title i can't see my all ports even when i checked "show all ports" Virtual ports are not shown in menus Nov 1, 2021
@rsora rsora added criticality: low Of low impact and removed priority: low Resolution is a low priority labels Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
criticality: low Of low impact topic: CLI Related to Arduino CLI topic: serial monitor Related to the Serial Monitor type: imperfection Perceived defect in any part of project
Projects
None yet
Development

No branches or pull requests

6 participants