summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-21 23:03:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-21 23:03:37 +0000
commit4b91bbe4ddedd7090ccbe8a93b9f5075de7bdd6a (patch)
treee86b5de65cdb28b71261bf86168498f3bf606b0d /apps/examples/README.txt
parent563e8e8bbbe78c77efb0ab0fdb6f319ab7f9822d (diff)
downloadpx4-nuttx-4b91bbe4ddedd7090ccbe8a93b9f5075de7bdd6a.tar.gz
px4-nuttx-4b91bbe4ddedd7090ccbe8a93b9f5075de7bdd6a.tar.bz2
px4-nuttx-4b91bbe4ddedd7090ccbe8a93b9f5075de7bdd6a.zip
Make serial setup configurale in apps/examples/modbus
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4966 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 29cdf1a76..0e777eda7 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -490,6 +490,10 @@ examples/modbus
demos/LINUX directory of the FreeModBus version 1.5.0 (June 6, 2010)
that can be downloaded in its entirety from http://developer.berlios.de/project/showfiles.php?group_id=6120.
+ CONFIG_EXAMPLES_MODBUS_PORT, Default 0 (for /dev/ttyS0)
+ CONFIG_EXAMPLES_MODBUS_BAUD, Default 38400
+ CONFIG_EXAMPLES_MODBUS_PARITY, Default MB_PAR_EVEN
+
CONFIG_EXAMPLES_MODBUS_REG_INPUT_START, Default 1000
CONFIG_EXAMPLES_MODBUS_REG_INPUT_NREGS, Default 4
CONFIG_EXAMPLES_MODBUS_REG_HOLDING_START, Default 2000