Skip to content

Not detecting all serial ports on Windows #202

@tehKaiN

Description

@tehKaiN

So far everything worked fine for me in my app, but apparently this library doesn't detect virtual serial ports exposed by some 3rd party apps, namely VSPE virtual serial port emulator.

I've noticed that Realterm doesn't have this issue, so I peeked into its sources and it detects serial ports using registry path HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\SERIALCOMM.

I think that VPSE may be doing something wrong in adding its serial ports to Windows, but perhaps it'd be wise to expand current serial port list code by looking for additional ports in this registry path?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions