Page 1 of 1

how to implements bulk in?

Posted: Tue Oct 06, 2009 2:44 pm
by nhchmg
Bulk out will call usbFunctionWriteOut, buf bulk in not call usbFunctionRead, how to implements bulk in? thanks advance.

Re: how to implements bulk in?

Posted: Sat Oct 24, 2009 10:44 pm
by christian
It's the same as interrupt-in: You must call usbSetInterrupt() to send the data. The difference is only in the endpoint descriptor, not in the logic. [Except, of course, that bulk endpoints are polled MUCH faster than interrupt endpoints.]