-
Notifications
You must be signed in to change notification settings - Fork 35
HID Scanner
dbankieris edited this page Jul 11, 2016
·
3 revisions
The HID Scanner tool displays a list of all connected HID-class USB or Bluetooth devices and their vendor and product IDs and descriptions. The IDs can be useful when setting Device Permissions or constructing instances of devices whose IDs differ from what IDF was expecting (for instance, a different model that is otherwise compatible with an existing class).
In the apps/hidScanner
directory, run make
. This should produce an executable named hidScanner
.