パッケージ: 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)
- Sphinx ドキュメンテーション用 JavaScript サポート
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-serial
- pyserial - module encapsulating access for the serial port