• No HID interrupt IN transfers
    Hi iÂ'm using the MCB2300 Board, with HID usb example. But this example send continually reports to host, i would like send data to host only when the host call a readfile ,what i do???
  • No HID interrupt IN transfers
    Hi, For a LPC23xx device, I'm adding HID besides MSC. I got everything working fine, except for HID interrupt IN transfers. So I can get and set HID reports via control transfers. Also, I can set...
  • HID CONTROL TRANSFERS
    Something curious is happening with my USB HID device. It is a Full-speed Device. The curious thing is that my VB software transfers 64 bytes of data (EP0 CONTROL TRANSFER) to the device only one...
  • USB HID device Bulk Transfer using lpc3250
    Thank you. USB HID DEVICE BULK TRANSFER in LPC3250 is it possible or not ? Currently Byte by Byte transfer is happening. Is there any example code or reference available ? Thanks.
  • USB HID - Control Transfer - How to send an IN Report
    Hi, I'm trying to modify the HID example in order to send IN Report in control transfer mode. So I change this : /* Endpoint, HID Interrupt In */ USB_ENDPOINT_DESC_SIZE, /* bLength */ USB_ENDPOINT_DESCRIPTOR_TYPE...