Skip to content

Commit 49324d5

Browse files
authored
Update README.md
1 parent ebaf2b0 commit 49324d5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,29 @@ On WinUSB api for windows receiving end:
3737
Further detail around some tests I did comparing the BULK, ie. standard data transfer using Serial.print and Isochronous datatransfer.
3838
1. 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

5365
Hope it can inspire you,

0 commit comments

Comments
 (0)