• USB HID
    Hi all, I would like to consult a technical issue here. I am trying to develop a simple USB HID communication between PC and device board with STM32F400. On the host side (PC) I am using Visual Studio...
  • usb hid
    Thanks in Advance I am using keil HID example to make a usb hid device for sending data using interrupt transfer. My device is able to send data to pc .i am able to check data that i sent to PC using...
  • HID USB
    Hi. I too have some question for HID USB demo example project for LPC2148 MCU. Demo application work good but: if don't change any code then firmware still send GetReport (button state). In my code...
  • Regarding USB HID Demo
    Dear Sir, I am using the the demo code of keil for USB HID for my custom made board. I have successfully uploaded the code to the controller. But when i connect the device to PC, it doesn't recognize...
  • USB HID ZLP
    Thanks in Advance. I am using keil HID example and win-api to make a usb hid device for sending and receiving data using interrupt transfer. I define the package size as 64 bytes, and of cause if the...