v-usb hid tool

General discussions about V-USB, our firmware-only implementation of a low speed USB device on Atmel's AVR microcontrollers
Post Reply
technousb
Posts: 2
Joined: Thu Feb 06, 2014 6:18 am

v-usb hid tool

Post by technousb » Thu Feb 06, 2014 6:25 am

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.

martinay
Posts: 10
Joined: Mon Feb 03, 2014 5:20 pm

Re: v-usb hid tool

Post by martinay » Mon Feb 24, 2014 4:53 pm

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.

Post Reply