@@ -94,9 +94,9 @@ trace them. I get a lot of email and sometimes these requests
94
94
get lost in the noise: http://groups.google.com/group/pymodbus or
95
95
at gitter: https://gitter.im/pymodbus_dev/Lobby
96
96
97
- ------------------------------------------------------------
97
+ ============================================================
98
98
Pymodbus REPL (Read Evaluate Procee Loop)
99
- ------------------------------------------------------------
99
+ ============================================================
100
100
Starting with Pymodbus 2.x, pymodbus library comes with handy
101
101
Pymodbus REPL to quickly run the modbus clients in tcp/rtu modes.
102
102
@@ -106,9 +106,9 @@ the diagnostic function codes directly .
106
106
107
107
For more info on REPL refer `Pymodbus REPL <pymodbus/repl/README.md >`_
108
108
109
- ------------------------------------------------------------
109
+ ============================================================
110
110
Installing
111
- ------------------------------------------------------------
111
+ ============================================================
112
112
113
113
You can install using pip or easy install by issuing the following
114
114
commands in a terminal window (make sure you have correct
@@ -144,9 +144,9 @@ out all mentions of twisted. It should be noted that without twisted,
144
144
one will only be able to run the synchronized version as the
145
145
asynchronous versions uses twisted for its event loop.
146
146
147
- ------------------------------------------------------------
147
+ ============================================================
148
148
Current Work In Progress
149
- ------------------------------------------------------------
149
+ ============================================================
150
150
151
151
Since I don't have access to any live modbus devices anymore
152
152
it is a bit hard to test on live hardware. However, if you would
@@ -182,14 +182,14 @@ Use make to perform a range of activities
182
182
make tox run the tests on all Python versions
183
183
make clean cleanup all temporary files
184
184
185
- ------------------------------------------------------------
185
+ ============================================================
186
186
Contributing
187
- ------------------------------------------------------------
187
+ ============================================================
188
188
Just fork the repo and raise your PR against `dev ` branch.
189
189
190
- ------------------------------------------------------------
190
+ ============================================================
191
191
License Information
192
- ------------------------------------------------------------
192
+ ============================================================
193
193
194
194
Pymodbus is built on top of code developed from/by:
195
195
* Copyright (c) 2001-2005 S.W.A.C. GmbH, Germany.
0 commit comments