Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
Mega multple serial test
Multple Serial test

Receives from the main serial port, sends to the others.
Receives from serial port 1, sends to the main serial (Serial 0).

This example works only on the Arduino Mega
This example works only with boards with more than one serial like Arduino Mega, Due, Zero etc

The circuit:
* Any serial device attached to Serial port 1
Expand All @@ -13,6 +13,8 @@
created 30 Dec. 2008
modified 20 May 2012
by Tom Igoe & Jed Roach
modified 27 Nov 2015
by Arturo Guadalupi

This example code is in the public domain.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use two of the serial ports available on the Arduino board.

This file was deleted.