Re: [Eu 3.1]How to send many files to Arduino via USB?
- Posted by DanM_anew Mar 26, 2014
- 2162 views
Hi again Fernando,
Hmpff! Your example simply worked! A Uno program waiting for serial input actually received characters sent via USB from your serial example, turned an led appropriately on or off, and even sent programmed text response back & was displayed back here! I can't stand it when things WORK, it really confuses me, it's so unexpected!
Now let's see if I can figure out how to send large amounts of data, multiple files, & have them get stored & named on a SD card connected to the Arduino Uno, & how long that'll take me.
Your example is a life saver, a workable starting point, thank you!