WinUsbPy icon indicating copy to clipboard operation
WinUsbPy copied to clipboard

WinUsbPy shows "No Usb devices connected" even when there are devices connected.

Open Arvindprksh opened this issue 6 years ago • 0 comments

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?

Arvindprksh avatar Aug 29 '18 08:08 Arvindprksh