• USB HID Joystick OutPut implementation
    I need confirmation if I have correctly implemented an output report. My descriptor looks like this: /*Endpoint*/ 0x07, /*bLength: Endpoint Descriptor size*/ USB_ENDPOINT_DESCRIPTOR_TYPE, /*bDescriptorType...
  • USB HID Joystick OutPut implementation
    I need confirmation if I have correctly implemented an output report. My descriptor looks like this: /*Endpoint*/ 0x07, /*bLength: Endpoint Descriptor size*/ USB_ENDPOINT_DESCRIPTOR_TYPE, /*bDescriptorType...
  • Joystick HID SetReport/GetReport
    I tested an example using the STM32F1XX, as a joystick. It works fine, but I need to implement the SetReportHandler and GetReportHandler functions, but I do not know where to find or create. I added...
  • Joystick HID SetReport/GetReport
    I tested an example using the STM32F1XX, as a joystick. It works fine, but I need to implement the SetReportHandler and GetReportHandler functions, but I do not know where to find or create. I added...
  • USB HID Mouse Driver using LPC2148
    Hi all, Thanks for your contineous support from this site. I want to detect my board as HID mouse when plugged to USB port of PC. For that I guess I need to write HID mouse driver. I am using...