summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt9
1 files changed, 8 insertions, 1 deletions
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.