Programming UDOO to receive data serially from the Arduino

Discussion in 'General Programming Discussion' started by ImIronman, Apr 2, 2014.

  1. ImIronman

    ImIronman New Member

    Joined:
    Mar 31, 2014
    Messages:
    8
    Likes Received:
    0
    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!
     
  2. SepiD

    SepiD New Member

    Joined:
    Mar 10, 2014
    Messages:
    6
    Likes Received:
    0
    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
     
  3. mkopack

    mkopack Member

    Joined:
    Jun 14, 2013
    Messages:
    451
    Likes Received:
    21

Share This Page