[ 原始碼: pymodbus ]
套件: python3-pymodbus (2.1.0+dfsg-2)
python3-pymodbus 的相關超連結
Trisquel 的資源:
下載原始碼套件 pymodbus:
維護者:
Original Maintainers:
- Debian Python Modules Team (郵件存檔)
- W. Martin Borgert
- Maximiliano Curia
外部的資源:
- 主頁 [github.com]
相似套件:
full Modbus protocol implementation for Python 3
Pymodbus is a full Modbus protocol implementation. It is currently supports the following :
Client Features:
* Can perform single get/set on discrete and registers * Can perform multiple get/set on discrete and registers * Working on diagnostic/file/pipe/setting/info requests * Can fully scrape a host to be cloned
Server Features:
* Can function as a fully implemented TCP/ASCII modbus server * Full server control context * Working on serial communication * Working on functioning as a RTU * Can mimic a server based on the supplied input data
For asynchronous communication, you need python-twisted-core. For serial communication, you need python-serial.
This package provides the Python 3.x module.
其他與 python3-pymodbus 有關的套件
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port
-
- dep: python3-six (>= 1.11.0)
- Python 2 and 3 compatibility library (Python 3 interface)
-
- rec: python3-serial-asyncio
- Async I/O extension package for pyserial
-
- rec: python3-twisted
- Event-based framework for internet applications