-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
It seems that on Windows OS vendorId always set to undefined #877
Labels
Comments
This might be a bug.
We're using a library called http://github.com/todbot/usbSearch/ to find ports and get info. This area is ripe for cleaning them up. |
Also there is no productId and locationId |
Zensey
added a commit
to Zensey/node-serialport
that referenced
this issue
Nov 20, 2016
1. use single API -- SetupAPI directly without COM-object 2. supply ResultItem with vendorId, productId and locationId (issue serialport#877) 3. solve problem with pnpId not beeing returned on some systems
Zensey
added a commit
to Zensey/node-serialport
that referenced
this issue
Nov 20, 2016
1. use single API -- SetupAPI directly without COM-object 2. supply ResultItem with vendorId, productId and locationId (issue serialport#877) 3. solve problem with pnpId not beeing returned on some systems
reconbot
pushed a commit
that referenced
this issue
Nov 28, 2016
* Refactoring of EIO_List for Windows: … 1. use single API -- SetupAPI directly without COM-object 2. supply ResultItem with vendorId, productId and locationId (issue #877) 3. solve problem with pnpId not being returned on some systems
reconbot
pushed a commit
that referenced
this issue
Nov 28, 2016
* Refactoring of EIO_List for Windows: … 1. use single API -- SetupAPI directly without COM-object 2. supply ResultItem with vendorId, productId and locationId (issue #877) 3. solve problem with pnpId not being returned on some systems
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Operating System and Hardware: Windows 10
NodeJS Version: 5.10.0
Serialport version: 2.1.2
I use serialport's list method and I cannot get vendorId information from that function. I had to use the pnpId property.
It seems that serialport_win.cpp has no code to get the vendor id.
I can get the vendor id information on OS X and this is an inconsistent behavior.
The text was updated successfully, but these errors were encountered: