Andy Gair wrote: > I am looking for some examples on how to use "libhid" on windows 7 64bit. I > have the source compiled and running, looking for examples on how to > read/write a usb device, for testing I am trying to read my joystick. For generic HID class device access I suggest looking at HIDAPI. //Peter