OLA Serial Data Test Example

As the OLA is not a board as such there are no examples of it using it to receive Serial data.

Is it possible you can point me to an example of sending data from say a Mega using Serial1 to the OLA.

I can then build on your example and send my data , including a time stamp, to the OLA.

Thanks in anticipation

Regards

Hello lcarus, thanks for posting.

Unfortunately we do not have a test sketch for sending serial data but it would be simple for you to write one. Arduino’s [Serial.Begin help page has everything you need to write a sketch.](Serial.begin() - Arduino Reference)