osx - Communication from C++ to Arduino Programming language on OS X -


i have been scouring internet time trying figure out how send data c++ (which read input .txt file) arduino. because there not seem native way in arduino read files directly, chose use c++ read file , send on arduino. primary method of doing seems communicating via serial. question this:

how communicate serial in c++ (using os x device) , subsequently read in arduino? further, there other, simpler methods of transferring data arduino via c++ or natively in arduino?

take @ boost asio or qt serial port. both portable versions serial-communication c++.

there no other option, simpler serial communication.


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -