Serial communication between Panda and Arduino Mega

This forum is for supported devices using an ARMv7 Texas Instruments (TI) SoC.

Serial communication between Panda and Arduino Mega

Postby Guidomo » Wed Jul 04, 2012 9:50 am

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:
$this->bbcode_second_pass_code('', '
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.
Last edited by WarheadsSE on Wed Jul 04, 2012 5:25 pm, edited 1 time in total.
Reason: adding code tags.
Guidomo
 
Posts: 2
Joined: Wed Jul 04, 2012 9:47 am

Re: Serial communication between Panda and Arduino Mega

Postby WarheadsSE » Wed Jul 04, 2012 5:26 pm

$this->bbcode_second_pass_quote('Guidomo', 'T')he system running on my Pandaboard is Ubuntu 11.10.

Have you asked the Ubuntu guys?
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: Serial communication between Panda and Arduino Mega

Postby Guidomo » Thu Jul 05, 2012 7:21 am

Yes but they didn't answer yet.
Guidomo
 
Posts: 2
Joined: Wed Jul 04, 2012 9:47 am

Re: Serial communication between Panda and Arduino Mega

Postby ykmag » Thu Jul 05, 2012 8:46 am

$this->bbcode_second_pass_quote('Guidomo', 'Y')es but they didn't answer yet.

Take this as an opertunity to switch to Arch, you will not reget it!
ykmag
 
Posts: 61
Joined: Wed Aug 18, 2010 1:28 pm


Return to Texas Instruments (TI)

Who is online

Users browsing this forum: No registered users and 7 guests