Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DevicePath - before like USB, now COMn #10

Open
FlemmingOstergaard opened this issue Jan 7, 2022 · 1 comment
Open

DevicePath - before like USB, now COMn #10

FlemmingOstergaard opened this issue Jan 7, 2022 · 1 comment
Labels
question Further information is requested

Comments

@FlemmingOstergaard
Copy link

Hi
Somewhere in an update, the DevicePath has changed from something like "usb&hid....." to COMn.

I need to identify the actual USB device, sitting on the COM port.

Anyone know a solution to this?

@benedekkupper
Copy link
Member

Can you give us some actual information, like what OS you are talking about? Update of the OS / device driver / .NET Framework / HidSharp library?

The most likely scenario is that your USB device's VID:PID was assigned a specific default driver by Microsoft, and it no longer relies on the device descriptors anymore. Try to change the assigned driver to generic HID device in Device Manager.

@benedekkupper benedekkupper added the question Further information is requested label Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants