File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 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!
You can’t perform that action at this time.
0 commit comments