how to implements bulk in?
how to implements bulk in?
Bulk out will call usbFunctionWriteOut, buf bulk in not call usbFunctionRead, how to implements bulk in? thanks advance.
Re: how to implements bulk in?
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.]