Page 1 of 1

v-usb hid tool

Posted: Thu Feb 06, 2014 6:25 am
by technousb
Please I need help getting hid tool host testing program to compile, I have tried few packages and each is missing one of the required headers, one of which is missing usb.h and I do not know from where I could get it, libusb is downloaded and checked all the provided headers but it doe snot include usb.h header.
Anybody can refer me to a link where I could get complete simple program files for HID Tool to test hid data transfer? I use VS 2010 IDE.

Re: v-usb hid tool

Posted: Mon Feb 24, 2014 4:53 pm
by martinay
You can maybetry the HIDSerialMonitor client provided in the package from https://github.com/rayshobby/hid-serial
It is a HID client in Java, I didn't tried it under Windows, but it helped me to troubleshoot my HID device under Linux.