On Wednesday, February 19, 2014 9:47:46 PM UTC+5:30, ss sefat wrote: > > i connected the arduino usb with bbb. bbb recognize arduino as > /dev/ttyACM0 . now i want to communicate with arduino using serial > communication in c++ . i tried several times using fopen() .bt bt bbb > cannot open "/dev/ttyACM0" for writing. can any one give me a simple demo > code which completely works without any error .plz help me. thanks in > advance . >
The usual method of serial port communication used in linux may be used. If you search the internet for serial communication using c++ on linux you can get many code examples, its not difficult to implement serial communication in C++ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
