a2y-mew


Namea2y-mew JSON
Version 0.9.5 PyPI version JSON
download
home_pagehttp://www.sorobust.com/a2y/mew.html
SummaryA module that implements improved Mewtocol.
upload_time2024-04-14 14:19:26
maintainerNone
docs_urlNone
authorYu Han
requires_pythonNone
licensePrivate
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Module: a2y_mew
a2y_mew模块实现了扩展的Mewtocol通信协议。原始的Mewtocol来自Panasonic,用于其FP系列PLC与上位机、触摸屏等设备通信。
本模块在以下方面对Mewtocol进行了扩展:
- 地址空间从8位整数扩展为不定长,最高可达32位。为了兼容性,最小为8位,在报文中至少占两个字节。
- 通讯方式从半双工增强为全双工,即主从双方可以同时发送数据。当从设备发生了某个事件(例如,输入点发生了变化),可以主动给主机发送报文。

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.sorobust.com/a2y/mew.html",
    "name": "a2y-mew",
    "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_mew\r\na2y_mew\u6a21\u5757\u5b9e\u73b0\u4e86\u6269\u5c55\u7684Mewtocol\u901a\u4fe1\u534f\u8bae\u3002\u539f\u59cb\u7684Mewtocol\u6765\u81eaPanasonic\uff0c\u7528\u4e8e\u5176FP\u7cfb\u5217PLC\u4e0e\u4e0a\u4f4d\u673a\u3001\u89e6\u6478\u5c4f\u7b49\u8bbe\u5907\u901a\u4fe1\u3002\r\n\u672c\u6a21\u5757\u5728\u4ee5\u4e0b\u65b9\u9762\u5bf9Mewtocol\u8fdb\u884c\u4e86\u6269\u5c55\uff1a\r\n- \u5730\u5740\u7a7a\u95f4\u4ece8\u4f4d\u6574\u6570\u6269\u5c55\u4e3a\u4e0d\u5b9a\u957f\uff0c\u6700\u9ad8\u53ef\u8fbe32\u4f4d\u3002\u4e3a\u4e86\u517c\u5bb9\u6027\uff0c\u6700\u5c0f\u4e3a8\u4f4d\uff0c\u5728\u62a5\u6587\u4e2d\u81f3\u5c11\u5360\u4e24\u4e2a\u5b57\u8282\u3002\r\n- \u901a\u8baf\u65b9\u5f0f\u4ece\u534a\u53cc\u5de5\u589e\u5f3a\u4e3a\u5168\u53cc\u5de5\uff0c\u5373\u4e3b\u4ece\u53cc\u65b9\u53ef\u4ee5\u540c\u65f6\u53d1\u9001\u6570\u636e\u3002\u5f53\u4ece\u8bbe\u5907\u53d1\u751f\u4e86\u67d0\u4e2a\u4e8b\u4ef6\uff08\u4f8b\u5982\uff0c\u8f93\u5165\u70b9\u53d1\u751f\u4e86\u53d8\u5316\uff09\uff0c\u53ef\u4ee5\u4e3b\u52a8\u7ed9\u4e3b\u673a\u53d1\u9001\u62a5\u6587\u3002\r\n",
    "bugtrack_url": null,
    "license": "Private",
    "summary": "A module that implements improved Mewtocol.",
    "version": "0.9.5",
    "project_urls": {
        "Homepage": "http://www.sorobust.com/a2y/mew.html"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "537b499757ad74dac21d60429d0be5d8c0c3f250fbe2ed16ecd21cfb09b990f1",
                "md5": "f1a9d73ab12ceb83cd6e467aa094b3f3",
                "sha256": "3dc9f1f42f66e6361169a4822ebd299d87a0daa64f43681cfe4c3d893b58705e"
            },
            "downloads": -1,
            "filename": "a2y_mew-0.9.5-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f1a9d73ab12ceb83cd6e467aa094b3f3",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 208387,
            "upload_time": "2024-04-14T14:19:26",
            "upload_time_iso_8601": "2024-04-14T14:19:26.519794Z",
            "url": "https://files.pythonhosted.org/packages/53/7b/499757ad74dac21d60429d0be5d8c0c3f250fbe2ed16ecd21cfb09b990f1/a2y_mew-0.9.5-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-14 14:19:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "a2y-mew"
}
        
Elapsed time: 0.27117s