Skip to content

Commit 5e5a958

Browse files
authored
Update README.rst (#748)
1 parent 6df12fa commit 5e5a958

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ PyModbus - A Python Modbus Stack
1616
Supported versions
1717
------------------------------------------------------------
1818

19-
Version 2.5.3 is the last 2.x release and in in maintenance mode.
19+
Version `2.5.3 <https://github.com/riptideio/pymodbus/releases/tag/v2.5.3>`_ is the last 2.x release with support to python2.7.x and in in maintenance mode.
2020

21-
Version 3.0.0Dev3 is the current prerelease of 3.0.0
21+
Version `3.0.0dev3 <https://github.com/riptideio/pymodbus/releases/tag/v3.0.0dev3>`_ is the current prerelease of 3.0.0 (Supports only Python >=3.7)
2222

2323
.. important::
24-
**Note 3.0.0 is a major release with a number of incompatible changes.
24+
**Note 3.0.0 is a major release with a number of incompatible changes.**
2525

2626
------------------------------------------------------------
2727
Summary
@@ -31,16 +31,16 @@ Pymodbus is a full Modbus protocol implementation using a synchronous or asynchr
3131

3232
Supported modbus communication modes:
3333
- tcp
34-
- rtuovertcp
34+
- rtu-over-tcp
3535
- udp
3636
- serial
3737
- tls
3838

39-
Pymodbus can be used without any third party dependencies (aside from pyserial) and are this a very lightweight projects.
39+
Pymodbus can be used without any third party dependencies (aside from pyserial) and is a very lightweight project.
4040

41-
It works on python >= 3.7
41+
Requires Python >= 3.7
4242

43-
For the moment we test python version 3.7, 3.8 and 3.9.
43+
The tests are run against Python 3.7, 3.8, 3.9 and 3.10.
4444

4545
------------------------------------------------------------
4646
Features
@@ -125,8 +125,8 @@ If you are looking for UI,checkout `Modbus Simulator <https://github.com/riptide
125125
Also, if you have questions, please ask them on the mailing list
126126
so that others can benefit from the results and so that I can
127127
trace them. I get a lot of email and sometimes these requests
128-
get lost in the noise: http://groups.google.com/group/pymodbus or
129-
at gitter: https://gitter.im/pymodbus_dev/Lobby
128+
get lost in the noise: `pymodbus google group <http://groups.google.com/group/pymodbus>`_ or
129+
at `gitter <https://gitter.im/pymodbus_dev/Lobby>`_ or `github discussions <https://github.com/riptideio/pymodbus/discussions>`_
130130

131131
.. important::
132132
**Note For async clients, it is recommended to use `asyncio` as the async facilitator.**

0 commit comments

Comments
 (0)