Open matthova opened 9 years ago
@matthova Thank you for the bug report. I saw your issue the moment you posted but I haven't gotten around to investigating.
Just hit this issue, any idea where the problem may be?
On Windows it looks like it's just incrementing an internal counter which makes it unique (to this library) but certainly isn't correct:
The deviceAddress provided by usb-detection is not consistent with the same device's device address via libusb. This is on Windows 7, Node 0.10.35.
For example
usb-detection
provides:while (npm's)
usb
providesThe offset between libusb and usb-detection changes with any instance of the node process.
All the same, awesome library! Very useful.