Skip to content

Commit c04a240

Browse files
authored
Update README.md
1 parent 5c4e43c commit c04a240

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ On WinUSB api for windows receiving end:
3535
https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/getting-set-up-to-use-windows-devices-usb
3636

3737
Further detail around some tests I did comparing the BULK, ie. standard data transfer using Serial.print and Isochronous datatransfer.
38-
Test description:
39-
Run iterative ADC reads for 5 seconds (using RTC clock).
40-
Keep number of iterations made = Test result
41-
Write ADC read to Serial.print in
42-
package of 2 bytes (serial.print)
43-
package of 52 bytes (serial.print)
44-
package of 1023 bytes (isochronous)
45-
no writing
46-
Test results:
47-
2 bytes: 33 000 iterations
48-
52 bytes: 30 000 iterations
49-
1023 bytes: 1 293 000 iterations
50-
no writing: 1 318 000 iterations
38+
Test description:
39+
Run iterative ADC reads for 5 seconds (using RTC clock).
40+
Keep number of iterations made = Test result
41+
Write ADC read to Serial.print in
42+
package of 2 bytes (serial.print)
43+
package of 52 bytes (serial.print)
44+
package of 1023 bytes (isochronous)
45+
no writing
46+
Test results:
47+
2 bytes: 33 000 iterations
48+
52 bytes: 30 000 iterations
49+
1023 bytes: 1 293 000 iterations
50+
no writing: 1 318 000 iterations
5151

5252

5353
Hope it can inspire you,

0 commit comments

Comments
 (0)