套件:python3-umodbus(1.0.4-2)
python3-umodbus 的相關連結
Debian 的資源:
下載原始碼套件 python-umodbus:
- [python-umodbus_1.0.4-2.dsc]
- [python-umodbus_1.0.4.orig.tar.gz]
- [python-umodbus_1.0.4-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Implementation of the Modbus protocol in pure Python
This library provides a pure Python implementation of the Modbus protocol as outlined in the MODBUS Application Protocol Specification V1.1b3. It includes both a Modbus client and server with support for TCP and RTU communication modes. This library allows for reading and writing of coils and registers, and supports signed and unsigned register values. It is designed to be very small and lightweight, making it suitable for applications requiring minimal overhead. It can communicate with devices adhering to the Modbus protocol over serial and network interfaces.
其他與 python3-umodbus 有關的套件
|
|
|
|
-
- dep: libjs-sphinxdoc (>= 7.4)
- JavaScript support for Sphinx documentation
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port