Skip to content

Virtual ports are not shown in menus #132

Open
@Master811129

Description

@Master811129

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]

Activity

cmaglie

cmaglie commented on Oct 30, 2019

@cmaglie
Member

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

Master811129 commented on Oct 30, 2019

@Master811129
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

cmaglie commented on Oct 30, 2019

@cmaglie
Member

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

Master811129

Master811129 commented on Oct 31, 2019

@Master811129
Author

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

com0com.zip

Master811129

Master811129 commented on Nov 14, 2019

@Master811129
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

kittaakos commented on Nov 26, 2019

@kittaakos
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.

self-assigned this
on Nov 28, 2019
kittaakos

kittaakos commented on Nov 28, 2019

@kittaakos
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

kittaakos commented on Nov 28, 2019

@kittaakos
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

kittaakos commented on Dec 3, 2019

@kittaakos
Contributor

Upstream issue: arduino/arduino-cli#505

11 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cmaglie@kittaakos@silvanocerza@AlbyIanna@rsora

        Issue actions

          Virtual ports are not shown in menus · Issue #132 · arduino/arduino-ide