Skip to content

Commit ad75479

Browse files
authored
Update README.md
1 parent 2b21730 commit ad75479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
The ArduinoCore for the SAMD21 does not support Isochronous USB datatransfer.
6-
This gitHub provides the code to implement support for Isochronous USB IN transactions at the max of 1023bytes per transfer (ie. streaming data from controller TO laptop). The code implements a speed of around 1MB/S or 10Mb/s. (10,000 x (1023+51)bytes per 10s)
6+
This gitHub provides the code to implement support for Isochronous USB IN transactions at the max of 1023bytes per transfer (ie. streaming data from controller TO laptop). The code implements a speed of around 1MB/S or 10Mb/s. (10,000 x (1023+51)bytes per 10s from Wireshark)
77
The code provides a library that adds the Isochronous port to Windows keeping the ability to use Serial print accross the common port.
88

99
What you find:

0 commit comments

Comments
 (0)