Arduino Mega UART connection

Hi guys,

I have a project with an Arduino Mega and another board, doing some measurement and stuff. How do I use the UART interfaces of the Arduino Mega and how do I receive the data in code?

Thanks,
__rian

By using Serial, Serial1 etc. Look in the reference section.

Mark

Just like the Communication examples that come with the IDE show you.