# Python Module: a2y_modbus
a2y_modbus模块实现了基本的Modbus通信协议,包括以下功能码:
- 0x01,读多个连续的线圈。
- 0x03,读多个连续的寄存器。
- 0x05,写单个线圈。
- 0x06,写单个寄存器。
- 0x10,写多个连续寄存器。
目前只包含有做为主站的功能,从站未有实现。
## ChangeLog
- 2024-06-19 Bug 修正,验证 2.1.0 中新增的功能成功。版本升级为 2.1.1。
- 2024-06-19 增加 ModbusTCPMaster 读多个(功能码 0x01)、写单个(功能码 0x05)线圈的功能,版本升级为 2.1.0。
- 2024-06-15 从`hidcom`改为`kcom`,版本升级为 2.0.2。
Raw data
{
"_id": null,
"home_page": "http://www.sorobust.com/a2y/modbus.html",
"name": "a2y-modbus",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Yu Han",
"author_email": "hanjunyu@163.com",
"download_url": null,
"platform": "Windows",
"description": "# Python Module: a2y_modbus\r\n\r\na2y_modbus\u6a21\u5757\u5b9e\u73b0\u4e86\u57fa\u672c\u7684Modbus\u901a\u4fe1\u534f\u8bae\uff0c\u5305\u62ec\u4ee5\u4e0b\u529f\u80fd\u7801\uff1a\r\n- 0x01\uff0c\u8bfb\u591a\u4e2a\u8fde\u7eed\u7684\u7ebf\u5708\u3002\r\n- 0x03\uff0c\u8bfb\u591a\u4e2a\u8fde\u7eed\u7684\u5bc4\u5b58\u5668\u3002\r\n- 0x05\uff0c\u5199\u5355\u4e2a\u7ebf\u5708\u3002\r\n- 0x06\uff0c\u5199\u5355\u4e2a\u5bc4\u5b58\u5668\u3002\r\n- 0x10\uff0c\u5199\u591a\u4e2a\u8fde\u7eed\u5bc4\u5b58\u5668\u3002\r\n\r\n\u76ee\u524d\u53ea\u5305\u542b\u6709\u505a\u4e3a\u4e3b\u7ad9\u7684\u529f\u80fd\uff0c\u4ece\u7ad9\u672a\u6709\u5b9e\u73b0\u3002\r\n\r\n\r\n## ChangeLog\r\n\r\n- 2024-06-19 Bug \u4fee\u6b63\uff0c\u9a8c\u8bc1 2.1.0 \u4e2d\u65b0\u589e\u7684\u529f\u80fd\u6210\u529f\u3002\u7248\u672c\u5347\u7ea7\u4e3a 2.1.1\u3002\r\n\r\n- 2024-06-19 \u589e\u52a0 ModbusTCPMaster \u8bfb\u591a\u4e2a\uff08\u529f\u80fd\u7801 0x01\uff09\u3001\u5199\u5355\u4e2a\uff08\u529f\u80fd\u7801 0x05\uff09\u7ebf\u5708\u7684\u529f\u80fd\uff0c\u7248\u672c\u5347\u7ea7\u4e3a 2.1.0\u3002\r\n\r\n- 2024-06-15 \u4ece`hidcom`\u6539\u4e3a`kcom`\uff0c\u7248\u672c\u5347\u7ea7\u4e3a 2.0.2\u3002\r\n",
"bugtrack_url": null,
"license": "Private",
"summary": "A module that implements partial function of Modbus protocol.",
"version": "2.1.1",
"project_urls": {
"Homepage": "http://www.sorobust.com/a2y/modbus.html"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d81e13fbe76c8053ed0a5f43dac833befef38d4db7222b6cc3afc0c5595d235c",
"md5": "398cd7cbf5716fc196fae28e6e4c1153",
"sha256": "3062f6a077094e31d4f318965ddf77fea9483b960353b51a8e04e67cab95a7c2"
},
"downloads": -1,
"filename": "a2y_modbus-2.1.1-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "398cd7cbf5716fc196fae28e6e4c1153",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": null,
"size": 149116,
"upload_time": "2024-06-19T10:50:05",
"upload_time_iso_8601": "2024-06-19T10:50:05.848040Z",
"url": "https://files.pythonhosted.org/packages/d8/1e/13fbe76c8053ed0a5f43dac833befef38d4db7222b6cc3afc0c5595d235c/a2y_modbus-2.1.1-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-19 10:50:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "a2y-modbus"
}