You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I am trying to use this package to read a USB barcode scanner on a win10 machine. The scanner is connected as an HID as I can see it on the device manager. However, when I run hid.find_all_hid_devices(), I am not getting the VID and PID associated with this specific device.
I was initially using pyusb and am able to detect the connected device but getting a permission error, which I'm learning that has been a persisting issue among other developers as well.
Any suggestion is appreciated.
Thanks,
Shabnam
The text was updated successfully, but these errors were encountered:
Hi there, I am trying to use this package to read a USB barcode scanner on a win10 machine. The scanner is connected as an HID as I can see it on the device manager. However, when I run hid.find_all_hid_devices(), I am not getting the VID and PID associated with this specific device.
I was initially using pyusb and am able to detect the connected device but getting a permission error, which I'm learning that has been a persisting issue among other developers as well.
Any suggestion is appreciated.
Thanks,
Shabnam
The text was updated successfully, but these errors were encountered: