• STM32F4 HID Host custom device
    Hello, I am interested to make USB HID HOST which can communicate with custom hid device instead of mice or keyboard. For that I have to send data to that custom hid device. I have used below...
  • USB 2.0 HID device driver
    Hi I have some problem regarding USB 2.0.We are using HID Device Driver (LPC2148). The current driver implementation is like if there is no data sent by the endpoint the dummy byte 0xFF is sent to the...
  • USB Host HID usbDeviceError
    Hi I have made a simple program for LPC4337 Device, this is my code for initiating the HID mouse that I have connected to my board. The problem is that I got this error usbDeviceError and my USB...
  • USB HOST HID TOUCHPAD
    i am using this product Smart Cat PRO MOUSE(GP415U-5321), i am attached to my STM32 evaluation board. Normal operation are working like Right,Left and center click but the external feature are not working...
  • USB Host for HID on LPC2388
    Hello, I am currently trying to modify the USB Host Stack Light for the LPC2388 in order to communicate with a keyboard. I am having difficulties in requesting interrupt transfers from the keyboard device...