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

Multiple USB devices with same vendor id and product id #105

Open
kaciula opened this issue Sep 6, 2024 · 0 comments
Open

Multiple USB devices with same vendor id and product id #105

kaciula opened this issue Sep 6, 2024 · 0 comments

Comments

@kaciula
Copy link

kaciula commented Sep 6, 2024

If I connect multiple USB devices that have the same vendor id and product id, things don't work out because I see the plugin relies only on the (vendorId, productId) combination. I do see the devices in the list but openDevice always opens the same instance. I believe it uses the first device with the same vendor id and product id.

Any guidance on how I can modify the plugin to differentiate between these devices?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant