WinUsbPy icon indicating copy to clipboard operation
WinUsbPy copied to clipboard

error with init_winusb_device(vid,pid) while running winusbtest2.py

Open amoghmahadik opened this issue 1 year ago • 0 comments

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: WinUsbPy.init_winusb_device() missing 1 required positional argument: 'pid'

Please suggest.

Thank you, Amogh

amoghmahadik avatar Nov 01 '23 16:11 amoghmahadik