软件包: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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port