aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-21 21:23:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-21 21:23:18 +0000
commitdfa161e3c2887fd82588d0ae0bafe267a9444da1 (patch)
tree70b7893243b8ee2e6b8b5fd95106c4ab962699c5 /apps/examples/README.txt
parent68c76413ca619085bddeb65f64b46f623a123ded (diff)
downloadpx4-firmware-dfa161e3c2887fd82588d0ae0bafe267a9444da1.tar.gz
px4-firmware-dfa161e3c2887fd82588d0ae0bafe267a9444da1.tar.bz2
px4-firmware-dfa161e3c2887fd82588d0ae0bafe267a9444da1.zip
Use NuttX types in FreeModBus port; Add FreeModBus demo at apps/examples/modbus; Add new termios APIs
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4964 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 4330224b0..29cdf1a76 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -483,6 +483,21 @@ examples/mm
advantage that it runs in the actual NuttX tasking environment (the
mm/mm_test.c only runs in a PC simulation environment).
+examples/modbus
+^^^^^^^^^^^^^^^
+
+ This is a port of the FreeModbus Linux demo. It derives from the
+ 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_REG_INPUT_START, Default 1000
+ CONFIG_EXAMPLES_MODBUS_REG_INPUT_NREGS, Default 4
+ CONFIG_EXAMPLES_MODBUS_REG_HOLDING_START, Default 2000
+ CONFIG_EXAMPLES_MODBUS_REG_HOLDING_NREGS, Default 130
+
+ The FreeModBus library resides at apps/modbus. See apps/modbus/README.txt
+ for additional configuration information.
+
examples/mount
^^^^^^^^^^^^^^