summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-22 08:41:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-22 08:41:15 -0600
commit4c0502234f156d9d21bd7c6d20d1002908ef65ed (patch)
tree6a13bc4e717c3a286263044416c29408e4a95278 /apps/examples/README.txt
parentdf35eaf6baa09ada64775e6f759b74329f0bf908 (diff)
downloadpx4-nuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.tar.gz
px4-nuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.tar.bz2
px4-nuttx-4c0502234f156d9d21bd7c6d20d1002908ef65ed.zip
examples/serialrx added by Bob Doison
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.