Skip to content

Commit a52a5dd

Browse files
authored
Update README.md
1 parent 11dfe62 commit a52a5dd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,15 @@
11
# Arduino Isochronous USB
22
Arduino M0 Isochronous USB IN transaction without changing the ArduinoCore
3+
4+
5+
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 (ie. streaming data from controller TO laptop).
7+
The code will implement a speed of around 1MB/S or 10Mb/s. (10,000 x (1023+51)bytes per 10s)
8+
The code provides a library that adds the Isochronous port to Windows keeping the ability to use Serial print accross the common port.
9+
10+
What to find:
11+
1) The Arduino Sketch implementing Isochronous USB IN transactions
12+
2) The Atmel code implementing Isochronous USB IN transactions
13+
3) The Visual studio C++ code implementing a WinUSB based driver for receiving the Isochronous datatransfer in memory databuffer.
14+
15+
Keep making!

0 commit comments

Comments
 (0)