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.
Hello all, on my MCB2140 i have installed USb HID example, i try to understand some basic things how it's work.
1) In the current example i set bInterval=0x0A; //10ms, everything else is unchanged. On my sniffer on host side, i read the speed of 127 B/s. So if my bInterval of sending 1 report is 10ms, should i expect the speed to be equal 100*10ms*1B= 100 B/s?
2) Is it poisable to modify this example to support a isochronous transfer or isochronous is only reserved for audio..
Thanks Tsuneo, things are much clear now.