Serial.list() not showing USB ports (available serial ports)

Hello folks,

Some additional ways to check for COM ports on Windows systems.
If the COM port exists then Processing (Java) should be able to see it.

@newuser ,
Looking forward to how you resolved this.

Windows

PowerShell:

Get-WmiObject Win32_SerialPort | Select-Object Name,Description

Command Prompt:

Device Manager:

Windows Settings:

I miss any for Windows?

Processing

List the COM ports using the jSerialComm library :
More details about COM ports - #3 by glv

List the COM ports using the Processing Serial Library:
list() / Libraries / Processing.org

:)

1 Like