Hello Again,
Is there anyway to send a force feedback command to a usb joystick via the USBH_Joystick class?
Hello Again,
Is there anyway to send a force feedback command to a usb joystick via the USBH_Joystick class?
not currently.
Drat,
Ok can you offer any guidance as to how I would be able to find information on the Joystick device specification so that I can write a driver?
A good starting point is the Device Class Definition for Physical Interface Devices (PID) from usb.org
http://www.usb.org/developers/devclass_docs/pid1_01.pdf
I think it is a normal HID device with some extra information about force feedback , rotation and so on.