WinUsbPy icon indicating copy to clipboard operation
WinUsbPy copied to clipboard

A python wrapper over WinUsb library

Results 8 WinUsbPy issues
Sort by recently updated
recently updated
newest added

Hi, I am running the winusbtest2.py modifying the vid and pid as per my device to get started but I get following error when executing `` if api.init_winusb_device(dev_vid,dev_pid): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError:...

Hi, Thanks for this wrapper. I had initially some issues connecting to my USB device using the high level API. Especially, **init_winusb_device()** required a 'name' field, which doesn't make sense...

prefix was needed to avoid error for import winusbpy.winusbclasses

How do I install the required winusb module? ```Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19:21:23) [MSC v.1916 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more...

Hi, Thanks for building this and sharing it (a few years back). I've created a package based on it to communicate with USB Virtual Com Port devices instead of using...

No license of the code is described. Could you please add relevant information?

- in File winusbpy.py line 12 the letter 'L' in the GUID throws exception. - in the same file the indentation rules are violated from line 176. these two issues...

Hi, I checked the code and the following line returned false and hence the "No Usb devices connected". self.api.exec_function_setupapi(SetupDiGetDeviceInterfaceDetail, self.handle, byref(sp_device_interface_data), byref(sp_device_interface_detail_data), required_size, byref(required_size), byref(sp_device_info_data)) What could be the problem?