uModbus:Modbus协议的Python实现

时间:2024-05-26 08:26:53
【文件属性】:

文件名称:uModbus:Modbus协议的Python实现

文件大小:65KB

文件格式:ZIP

更新时间:2024-05-26 08:26:53

python modbus hacktoberfest Python

uModbus uModbus或(μModbus)是Modbus协议的纯Python实现,如。 uModbus同时实现Modbus客户端(TCP和RTU两者)和Modbus服务器(TCP和RTU两者)。 名称中的“ u”或“μ”来自SI前缀“ micro-”。 uModbus非常小巧轻便。 可以在找到源代码。 可在“文档”中找到。 快速开始 创建Modbus TCP服务器很容易: #!/usr/bin/env python # scripts/examples/simple_tcp_server.py import logging from socketserver import TCPServer from collections import defaultdict from argparse import ArgumentParser from umodbus import co


【文件预览】:
uModbus-master
----.gitignore(797B)
----setup.cfg(253B)
----dev_requirements.txt(238B)
----README.rst(5KB)
----tests()
--------system()
--------unit()
--------__init__.py(0B)
----docs()
--------source()
--------Makefile(7KB)
----LICENSE(16KB)
----umodbus()
--------config.py(3KB)
--------exceptions.py(3KB)
--------functions.py(52KB)
--------server()
--------utils.py(5KB)
--------client()
--------__init__.py(153B)
--------route.py(1018B)
----scripts()
--------examples()
----requirements.txt(14B)
----setup.py(1KB)
----.travis.yml(264B)

网友评论