Discussions for all Omap devices! iPad, N900, Beagle, Panda! ALL!

Hello,
Welcome back! Post away and hack the planet!

Join the forum, it's quick and easy

Discussions for all Omap devices! iPad, N900, Beagle, Panda! ALL!

Hello,
Welcome back! Post away and hack the planet!

Discussions for all Omap devices! iPad, N900, Beagle, Panda! ALL!

Would you like to react to this message? Create an account in a few clicks or log in to continue.
Discussions for all Omap devices! iPad, N900, Beagle, Panda! ALL!

Hacks, Mods and F**k-Ups!

Latest topics

» Problem with hardware detection in Pandaboard.
Serial communication between Panda and Arduino Mega EmptyFri Dec 20, 2013 2:41 am by vismay

» Play and Seek
Serial communication between Panda and Arduino Mega EmptyTue Jul 30, 2013 4:27 am by ShadeShaman

» USB, slow speed enforcement
Serial communication between Panda and Arduino Mega EmptyWed Dec 05, 2012 3:18 am by rron

» Unable to Solve Any Type of PC Issue ?
Serial communication between Panda and Arduino Mega EmptyThu Jul 26, 2012 11:02 pm by Razila

» Serial communication between Panda and Arduino Mega
Serial communication between Panda and Arduino Mega EmptyWed Jul 04, 2012 8:44 pm by Guidomo

» help foe connecting wince device to pc using active sync
Serial communication between Panda and Arduino Mega EmptyMon Mar 19, 2012 5:36 pm by nisharamanak

» need help for programming windows ce to change lcd resolution
Serial communication between Panda and Arduino Mega EmptyWed Feb 29, 2012 1:40 pm by nisharamanak

» Unified Linux
Serial communication between Panda and Arduino Mega EmptyThu Jul 21, 2011 2:00 pm by admin

» Custom Kernels and Projects!
Serial communication between Panda and Arduino Mega EmptyThu Jul 21, 2011 1:47 pm by admin

» How to overclock OMAP devices
Serial communication between Panda and Arduino Mega EmptyTue Jul 19, 2011 10:55 am by admin

Log in

I forgot my password

Navigation

March 2024

MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar


    Serial communication between Panda and Arduino Mega

    avatar
    Guidomo


    Posts : 1
    Points : 4281
    Karma : 5
    Join date : 2012-07-04

    Serial communication between Panda and Arduino Mega Empty Serial communication between Panda and Arduino Mega

    Post by Guidomo Wed Jul 04, 2012 8:44 pm

    Hi Guys.

    I'm trying to write a small program for my arduino that sents a message via tx to my pandaboards port tty02. So I connected rx of the arduino to pandaboards tx, tx to pandaboards rx and gnd to gnd. The system running on my Pandaboard is Ubuntu 11.10. To see the serial input I use minicom on the panda. the settings in minicom a correct, I tried them with another device than the arduino. My problem is that minicom doesn't give any output at all. The serial monitor of arduino ide shows the correct output.
    Here is the code of my arduino program:

    char text[32]="";

    void setup() {
    Serial.begin(9600);
    }

    void loop() {
    char Test[32] = "Test";
    Serial.println(Test);
    delay(500);
    }

    I hope you can help me.

      Current date/time is Tue Mar 19, 2024 12:51 pm