-
Notifications
You must be signed in to change notification settings - Fork 35
HID Scanner
dbankieris edited this page Mar 6, 2020
·
3 revisions
The HID Scanner tool displays a list of all connected HID-class USB or Bluetooth devices and their vendor and product IDs, serial numbers, 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). The serial number can be used to differentiate otherwise identical devices via UsbDevice::setSerialNumber
.
In the apps/hidScanner
directory, run make
. This should produce an executable named hidScanner
.