@@ -94,9 +94,9 @@ trace them. I get a lot of email and sometimes these requests
9494get lost in the noise: http://groups.google.com/group/pymodbus or
9595at gitter: https://gitter.im/pymodbus_dev/Lobby
9696
97- ------------------------------------------------------------
97+ ============================================================
9898Pymodbus REPL (Read Evaluate Procee Loop)
99- ------------------------------------------------------------
99+ ============================================================
100100Starting with Pymodbus 2.x, pymodbus library comes with handy
101101Pymodbus REPL to quickly run the modbus clients in tcp/rtu modes.
102102
@@ -106,9 +106,9 @@ the diagnostic function codes directly .
106106
107107For more info on REPL refer `Pymodbus REPL <pymodbus/repl/README.md >`_
108108
109- ------------------------------------------------------------
109+ ============================================================
110110Installing
111- ------------------------------------------------------------
111+ ============================================================
112112
113113You can install using pip or easy install by issuing the following
114114commands 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,
144144one will only be able to run the synchronized version as the
145145asynchronous versions uses twisted for its event loop.
146146
147- ------------------------------------------------------------
147+ ============================================================
148148Current Work In Progress
149- ------------------------------------------------------------
149+ ============================================================
150150
151151Since I don't have access to any live modbus devices anymore
152152it 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
182182 make tox run the tests on all Python versions
183183 make clean cleanup all temporary files
184184
185- ------------------------------------------------------------
185+ ============================================================
186186Contributing
187- ------------------------------------------------------------
187+ ============================================================
188188Just fork the repo and raise your PR against `dev ` branch.
189189
190- ------------------------------------------------------------
190+ ============================================================
191191License Information
192- ------------------------------------------------------------
192+ ============================================================
193193
194194Pymodbus is built on top of code developed from/by:
195195 * Copyright (c) 2001-2005 S.W.A.C. GmbH, Germany.
0 commit comments