USB Host HID Class Example for LPC2468

Hello,

I am hoping to setup my LPC2468 to act as a USB Host and to work with the HID Class. I am wondering if anyone has suggestions on example code or reading material?

I have gotten Keil's USB HID Client working on my hardware, and have been looking through the Host Lite Mass Storage example provided by Keil/Nxp/OnChip.

Any suggestions would be greatly appreciated.

Thank you,
Eric

Parents
  • Is the target HID device a specific one?
    Or, do you want to accept any HID devices?

    NXP Host Lite example provides enough functions to enumerate any device.
    Also, functions for control/bulk/interrupt transfer are available.

    For a specific HID device, these functions accomplish the work.
    But for any HID device, you have to make up a parser of HID report descriptor.

    Tsuneo

Reply
  • Is the target HID device a specific one?
    Or, do you want to accept any HID devices?

    NXP Host Lite example provides enough functions to enumerate any device.
    Also, functions for control/bulk/interrupt transfer are available.

    For a specific HID device, these functions accomplish the work.
    But for any HID device, you have to make up a parser of HID report descriptor.

    Tsuneo

Children
More questions in this forum