Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 622 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 622 Bytes

usb-resetter-cli

basic USB resetting tool with simple command-line interface based on PyUSB and Click

Run it :

(with Python3.6) pip install requirements.txt && python run.py

Commands :

python run.py --help

python run.py --list

python run.py --list --filter 3

python run.py --reset 0x5986 0x55e # idVendor and idProduct

Setup:

Check out the documentation for setting up the USB drivers on: https://github.com/mrf345/usb-resetter