Skip to content

Commit

Permalink
Adding a libmodbus wrapper
Browse files Browse the repository at this point in the history
* adding new contrib example of libmodbus client
* updating example documentation so users can find it
  • Loading branch information
Galen Collins committed Mar 31, 2015
1 parent 5e57d00 commit 41e06d2
Show file tree
Hide file tree
Showing 3 changed files with 434 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/sphinx/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Custom Pymodbus Code
modbus-scraper
modbus-simulator
concurrent-client
libmodbus-client

Example Frontend Code
--------------------------------------------------
Expand Down
6 changes: 6 additions & 0 deletions doc/sphinx/examples/libmodbus-client.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
==================================================
Libmodbus Client Facade
==================================================

.. literalinclude:: ../../../examples/contrib/libmodbus-client.py

Loading

0 comments on commit 41e06d2

Please sign in to comment.