diff options
author | Stefan Beckert <becki@web.de> | 2012-04-15 11:37:09 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:35:57 -0500 |
commit | ca67d5362eceeb83ebdc0d51c739aacffa6baab0 (patch) | |
tree | f3e990351748a0858ebe4306050687ec712f0ca9 /libraries/libmodbus/README | |
parent | 5b85cc87420e57ce670afce8b733e3395a336c3e (diff) | |
download | slackbuilds-ca67d5362eceeb83ebdc0d51c739aacffa6baab0.tar.gz |
libraries/libmodbus: Added (fast and portable Modbus library)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/libmodbus/README')
-rw-r--r-- | libraries/libmodbus/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libmodbus/README b/libraries/libmodbus/README new file mode 100644 index 0000000000..cdde84eae3 --- /dev/null +++ b/libraries/libmodbus/README @@ -0,0 +1,5 @@ +libmodbus (a fast and portable Modbus library) + +libmodbus is a free software library to send/receive data according +to the Modbus protocol. This library is written in C and supports +RTU (serial) and TCP (Ethernet) communications. |