anybody know how to address a HID interface with multiple IN endpoints using readfile and writefile? i'm using the CCS USB development kit.
specifically, i would have a single HID interface with 2 IN and 2 OUT endpoints (plus the 0 contol endpoint), but readfile and writefile seem to be tied to an interface. I know that the interrupt transfer has to specifiy the endpoint in the setup phase, but how does it get there.....
jventerprises
Joined: 01 Apr 2004 Posts: 43 Location: Boston
multiple endpoints
Posted: Mon Jun 28, 2004 12:57 pm
in case you want to know, i have the answer.
HIDs do not support more than 1 IN and 1 OUT endpoint (NOT including the control endpoint) . you need to use multiple REPORT_IDs, or two HID interfaces, or use Feature reports for one set of
reports. _________________ Jon
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum