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

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -