Hi,
I have been trying to conver the USB HID Mouse example to a Keyboard HID, and have hit a bit of a wall.
I found this useful document that discusses this process on another MCU.
Working my way through it I have updated all the descriptors, and report formats, but so far have not been able to get Keyboard working. The one thing I did notice is that on the MSP430 Mouse example the bDeviceProtocol is actually set to 0 (None) where it should be 2 for Mouse and 1 for keyboard. Am I missing anything here?
Anyway, has anyone else successfully converted the HID Mouse example to HID Keyboard, or can anyone point me in the firection of other code I need to work through.
Many thanks!!
Rob.