We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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) .