Skip to content

ngmikheev/hid_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Hid tester

Simple command line application for debugging Custom USB HID devices.

Usage

Help:

python hid_tester.py -h

List all available Custom USB HID devices:

python hid_tester.py -list

Listen reports from the device with specified PID:

python hid_tester.py -receive -pid <PID> -timeout <Timeout in seconds>

Send data to the device with specifies PID:

python hid_tester.py -send -pid <PID> -rid <Report ID> -data <Data in hex format>

About

Simple command line application for debugging Custom USB HID devices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages