Open
Description
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:
- Go to 'Select Other Board & Ports'
- tick the 'show all ports'
- See error
Screenshots
If applicable, add screenshots to help explain your problem.
Modern Arduino IDE
classic arduino IDE:
Desktop (please complete the following information):
- OS: [Win 10 enterprise]
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
cmaglie commentedon 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 commentedon Oct 30, 2019
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.

cmaglie commentedon Oct 30, 2019
Which program are you using to emulate the com port? I'd like to reproduce the bug locally
Master811129 commentedon Oct 31, 2019
com0com.zip
Master811129 commentedon Nov 14, 2019
could you see the bug?
kittaakos commentedon Nov 26, 2019
@Master811129, can you see the port if you list it from the CLI:
My port is
/dev/cu.usbmodem14401
for the connected board.kittaakos commentedon Nov 28, 2019
@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 commentedon Nov 28, 2019
I have set up a virtual port and mapped

COM5
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?kittaakos commentedon Dec 3, 2019
Upstream issue: arduino/arduino-cli#505
11 remaining items