I'm trying to connect my qr code scanner and I see that it is not shown in the list of hid devices , connected to pc , but the package hidapi , shows it, and gives me the correct vid and pid but , using your package always shows me that it is not found.
How can it be possible ?
interface_number : 0
manufacturer_string : TMC
path : b'\\?\HID#VID_26F1&PID_8801#6&3723dbb&1&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}\KBD'
product_id : 34817
product_string : HIDKeyBoard
release_number : 256
serial_number : 1234567890abcd
usage : 6
usage_page : 1
vendor_id : 9969
This are the info I get for my qr scanner from hidapi package, but even using this package it shows me this error ValueError: not open
or can't be opened
Is there any other option to get this device from your package, because it is like not available.
I'm trying to connect my qr code scanner and I see that it is not shown in the list of hid devices , connected to pc , but the package hidapi , shows it, and gives me the correct vid and pid but , using your package always shows me that it is not found. How can it be possible ? interface_number : 0 manufacturer_string : TMC path : b'\\?\HID#VID_26F1&PID_8801#6&3723dbb&1&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}\KBD' product_id : 34817 product_string : HIDKeyBoard release_number : 256 serial_number : 1234567890abcd usage : 6 usage_page : 1 vendor_id : 9969
This are the info I get for my qr scanner from hidapi package, but even using this package it shows me this error ValueError: not open or can't be opened Is there any other option to get this device from your package, because it is like not available.