Hello, I'm new to UDOO and Linux, and I would like to know how to write and execute a C Program on UDOO, which makes it receive data from the Arduino side through the common serial channel. Are there any compilers/libraries that I need to install to do this? Plus, it would be great if anyone can post some example of a C program that enables inter-processor communication on UDOO. Thank you!
Re: Programming UDOO to receive data serially from the Ardui Hey, inter-processor communication is usually done through serial connection. For that you can use a library. Here you can find more info about a similar case just instead of c i used php: websocket-control-arduino-t1139.html
Re: Programming UDOO to receive data serially from the Ardui You can find some example code for reading from serial using Python here: http://stackoverflow.com/questions/1875 ... ith-python