This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Converting USB Mass Storage Class Code into USB Hid class on LPC2468

I am Using LPC2468 USB Host for Mass storage purpose,i have used the UsbHostLite code for this. Now I want to Interface an HID Bar-code Scanner with 2468.As to initialize a Mass storage device we use these three Parameters blkSize, numBlks and inquiryResult and functions like get_maximumlogicalunit() and TestUnitReady().Now what should i Do to Initialize the Hid device(Interrupt transer Mode) .

0