@@ -12,9 +12,9 @@ PyModbus - A Python Modbus Stack
12
12
:target: https://gurubase.io/g/pymodbus
13
13
:alt: PyModbus Guru
14
14
15
- Pymodbus is a full Modbus protocol implementation offering client/ server with synchronous/asynchronous API and simulators.
15
+ Pymodbus is a full Modbus protocol implementation offering a client and server with synchronous/asynchronous API and simulators.
16
16
17
- Our releases is defined as X.Y.Z, and we have strict rules what to release when :
17
+ Our releases follow the pattern ` X.Y.Z `. We have strict rules for what different version number updates mean :
18
18
19
19
- **Z **, No API changes! bug fixes and smaller enhancements.
20
20
- **Y **, API changes, bug fixes and bigger enhancements.
@@ -124,10 +124,10 @@ server, the server is handy to verify the functionality of an application.
124
124
125
125
The simulator and/or server is often used to simulate real life devices testing
126
126
applications. The server is excellent to perform high volume testing (e.g.
127
- houndreds of devices connected to the application). The advantage of the server is
128
- that it runs not only a "normal" computers but also on small ones like Raspberry PI.
127
+ hundreds of devices connected to the application). The advantage of the server is
128
+ that it runs not only on "normal" computers but also on small ones like a Raspberry PI.
129
129
130
- Since the library is written in python, it allows for easy scripting and/or integration into their existing
130
+ Since the library is written in python, it allows for easy scripting and/or integration into existing
131
131
solutions.
132
132
133
133
For more information please browse the project documentation:
@@ -240,7 +240,7 @@ The repository contains a number of important branches and tags.
240
240
241
241
Example Code
242
242
------------
243
- For those of you that just want to get started fast , here you go::
243
+ For those of you who just want to get started quickly , here you go::
244
244
245
245
from pymodbus.client import ModbusTcpClient
246
246
@@ -289,7 +289,7 @@ solving issues:
289
289
There are 2 bigger projects ongoing:
290
290
291
291
* rewriting the internal part of all clients (both sync and async)
292
- * Add features to and simulator, and enhance the web design
292
+ * Add features to the simulator, and enhance the web design
293
293
294
294
295
295
Development instructions
@@ -326,7 +326,7 @@ you can also do extended testing::
326
326
Internals
327
327
^^^^^^^^^
328
328
329
- There are no documentation of the architecture (help is welcome), but most classes and
329
+ There is no documentation of the architecture (help is welcome), but most classes and
330
330
methods are documented:
331
331
332
332
`Pymodbus internals <https://pymodbus.readthedocs.io/en/dev/source/internals.html >`_
0 commit comments