pywinusb icon indicating copy to clipboard operation
pywinusb copied to clipboard

USB / HID windows helper library

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

I've Rfid reader, when I read the rfid card, tag is writes in txt file as a keyboard. I know vid and pid for this product. And I am using...

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

I had no problem using it on my own computer at first, but when I packed the program and put it on another laptop, he sometimes reported the following errors...

Hello, I tried the pnp example for wx and it works fine for me. Is there maybe an example available for tkinter available? tkinter does not provide a handle, do...

Updated [core.py](https://github.com/rene-aguirre/pywinusb/blob/master/pywinusb/hid/core.py) to avoid AttributeError: module 'collections' has no attribute 'Callable' when running [show_hids.py](https://github.com/rene-aguirre/pywinusb/blob/master/examples/show_hids.py) example with python 3.10

I tried to add a `__del__ `method for cleanup but it freezes if python exits while the object is alive. `Python 3.6.3 (v3.6.3:2c5fed8, Oct 3 2017, 17:26:49) [MSC v.1900 32...

Hi, First of all allow me to say thanks for maintaining this repository. It saves me a ton of work! On Linux I use the usb library (import usb) along...

I have implemented a relay HID USB controller using [pyhidapi](https://github.com/apmorton/pyhidapi) on macOS. I'm using pywinusb to implement the windows version of the program, but I cannot seem to find out...

I'm curious what are the differences between them? Thanks.