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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -