aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/test-session.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/test-session.cpp b/examples/test-session.cpp
index cfb81d0..bfc1e58 100644
--- a/examples/test-session.cpp
+++ b/examples/test-session.cpp
@@ -38,8 +38,12 @@ void setup() {
/* Set up the LED to blink */
pinMode(LED_PIN, OUTPUT);
+ /* Start up the serial ports */
+ Serial1.begin(9600);
+ Serial2.begin(9600);
+ Serial3.begin(9600);
+
/* Send a message out over COMM interface */
- Serial2.begin(9600); // if USART; 9600 is more compatible
COMM.println(" ");
COMM.println(" __ __ _ _");
COMM.println(" | \\/ | __ _ _ __ | | ___| |");