pywinusb icon indicating copy to clipboard operation
pywinusb copied to clipboard

USB / HID windows helper library

Results 27 pywinusb issues
Sort by recently updated
recently updated
newest added

Currently the "instance_id" is unable to be used to filter HID devices. Request to change line 260 in core.py from: `filter_attributes = ["vendor_id", "product_id", "version_number", "product_name", "vendor_name"]` to: `filter_attributes =...

a while back i bought a macro keyboard that acts like a normal keyboard (depending on which keys are programmed) now my idea was to use that as a keyboard...

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...

Hi, I tried the example **show_hids.py** from this repo and this error occurs: > > ..Project\venv\Lib\site-packages\pywinusb\hid\core.py", line 1567, in inspect > if isinstance(value, collections.Callable): > ^^^^^^^^^^^^^^^^^^^^ > AttributeError: module 'collections'...

Could someone help me with a simple example of reading 64 bytes? On the examples, there is no kind example! Just writing!

The device which is connected via usb to my laptop is sending 3 packets of data consecutively and I can able to read just the one packet. I have used...

Sending an output report to an HID device (it is a kind of USB-dongle) results in an hanging communication. I investigated a little bit and found a workaround for my...