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
Post a Comment