RAW HID Client Tool

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

RAW HID Client Tool

1,218 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mfarnet on Tue May 27 09:27:35 MST 2014
Does anybody know if there is a more expanded version of the "HIDClient.exe" tool?  This tool reads and writes only one byte.
Labels (1)
0 Kudos
1 Reply

951 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Tsuneo on Tue May 27 11:09:24 MST 2014
1) SimpleHIDWrite by Robert Marquardt
http://janaxelson.com/files/SimpleHIDWrite3.zip
- Report size is limited to less than 64 bytes
- Support report IDs
- Support composite/multi-TLCs HID + HID device

2) generic_hid_cs_62 by Jan Axelsons
http://janaxelson.com/files/generic_hid_cs_v62.zip
- No report size limit, even more than 64 bytes
- To support report IDs, source code modification is required
- To access the second HID interface on composite/multi-TLCs HID device, you have to touch to the source code.

There are many other "HID client tools" on the web.
But they have similar limitations,
- report size is limited to 64 bytes
- report ID is not supported
- doesn’t access to composite/multi-TLCs HID device

Tsuneo
0 Kudos