File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -37,17 +37,29 @@ On WinUSB api for windows receiving end:
3737Further detail around some tests I did comparing the BULK, ie. standard data transfer using Serial.print and Isochronous datatransfer.
38381 . Test description:
3939 -Run iterative ADC reads for 5 seconds (using RTC clock).
40+
4041 -Keep number of iterations made = Test result
42+
4143 -Write ADC read to Serial.print in
44+
4245 -package of 2 bytes (serial.print)
46+
4347 -package of 52 bytes (serial.print)
48+
4449 -package of 1023 bytes (isochronous)
50+
4551 -no writing
52+
4653 -Test results:
54+
4755 -2 bytes: 33 000 iterations
56+
4857 -52 bytes: 30 000 iterations
58+
4959 -1023 bytes: 1 293 000 iterations
60+
5061 -no writing: 1 318 000 iterations
62+
5163
5264
5365Hope it can inspire you,
You can’t perform that action at this time.
0 commit comments