Re: [Eu 3.1]How to send many files to Arduino via USB?
- Posted by DanM_anew Mar 25, 2014
- 2208 views
Fernando said...
Hi Dan,
I know almost nothing about Arduino, but I had success to interface with Prolif PL-2303HXD USB-bridge using virtual COM ports and Jacques' serial port library. Please, take a look at http://openeuphoria.org/forum/113149.wc#113149
- Fernando
Thanks Fernando, I did see that thread, amongst a few others, so I'll be looking into Jacques' serial port library. And your code example in particular, too! I pretty much live and breathe by examples!
Is there anything anyone can tell me about handshaking, as I'm sure I'll have to have the Uno 'sketch' (their word for program) tell the computer to wait while it handles chunks of data from each file.
[edit] and what about "checksum", how to create/assert/check?
Dan