You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pymodbus is a full Modbus protocol implementation using a synchronous or asynchronous core. The preferred mode for asynchronous communication is asyncio, however for the moment twisted are also supported (due to be removed or converted to a plugin in a later version).
33
+
Pymodbus is a full Modbus protocol implementation using a synchronous or asynchronous (using asyncio) core.
34
34
35
35
Supported modbus communication modes: tcp, rtu-over-tcp, udp, serial, tls
36
36
@@ -53,7 +53,7 @@ Client Features
53
53
* Full read/write protocol on discrete and register
54
54
* Most of the extended protocol (diagnostic/file/pipe/setting/information)
55
55
* TCP, RTU-OVER-TCP, UDP, TLS, Serial ASCII, Serial RTU, and Serial Binary
56
-
* asynchronous(powered by asyncio/twisted) and synchronous versions
56
+
* asynchronous(powered by asyncio) and synchronous versions
57
57
* Payload builder/decoder utilities
58
58
* Pymodbus REPL for quick tests
59
59
* Customable framer to allow for custom implementations
@@ -167,8 +167,6 @@ Available options are:
167
167
168
168
- **datastore**, installs databases (SQLAlchemy and Redit) for datastore.
169
169
170
-
- **twisted**, installs twisted as alternative to asyncio (will be removed in a future version).
171
-
172
170
- **documentation**, installs tools to generate documentation.
173
171
174
172
- **development**, installs development tools needed to enable test/check of pymodbus changes.
@@ -282,6 +280,5 @@ Pymodbus is built on top of code developed from/by:
0 commit comments