From 4c0502234f156d9d21bd7c6d20d1002908ef65ed Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 22 Apr 2014 08:41:15 -0600 Subject: examples/serialrx added by Bob Doison --- apps/examples/README.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index 3af7ccdad..137802220 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -1452,7 +1452,14 @@ examples/sendmail examples/serialblaster ^^^^^^^^^^^^^^^^^^^^^^ - Sends a repeating pattern (the alphabet) out a serial por continuously. + Sends a repeating pattern (the alphabet) out a serial port continuously. + This may be useful if you are trying run down other problems that you + think might only occur when the serial port usage is high. + +examples/serialrx +^^^^^^^^^^^^^^^^^ + + Constant receives serial data. This is the complement to serialblaster. This may be useful if you are trying run down other problems that you think might only occur when the serial port usage is high. -- cgit v1.2.3