Giter Club home page Giter Club logo

Comments (9)

cmaglie avatar cmaglie commented on May 24, 2024

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)?

from arduino-ide.

Master811129 avatar Master811129 commented on May 24, 2024

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

from arduino-ide.

cmaglie avatar cmaglie commented on May 24, 2024

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

from arduino-ide.

Master811129 avatar Master811129 commented on May 24, 2024

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

com0com.zip

from arduino-ide.

Master811129 avatar Master811129 commented on May 24, 2024

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?

from arduino-ide.

kittaakos avatar kittaakos commented on May 24, 2024

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.

from arduino-ide.

kittaakos avatar kittaakos commented on May 24, 2024

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

from arduino-ide.

kittaakos avatar kittaakos commented on May 24, 2024

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

from arduino-ide.

kittaakos avatar kittaakos commented on May 24, 2024

Upstream issue: arduino/arduino-cli#505

from arduino-ide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.