Metadata-Version: 2.1
Name: a2y-mew
Version: 0.9.6
Summary: A module that implements improved Mewtocol.
Home-page: http://www.kersci.com/a2y/mew.html
Author: Yu Han
Author-email: hanjunyu@163.com
License: Private
Platform: Windows
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: Free For Educational Use
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial >=3.0
Requires-Dist: a2y-hidcom >=1.1.2

# Python Module: a2y_mew

a2y_mew 模块实现了扩展的`Mewtocol`通信协议。原始的`Mewtocol`来自 Panasonic，用于其 FP 系列 PLC 与上位机、触摸屏等设备通信。
本模块在以下方面对`Mewtocol`进行了扩展：

- 地址空间从 8 位整数扩展为不定长，最高可达 32 位。为了兼容性，最小为 8 位，在报文中至少占两个字节。

- 通讯方式从半双工增强为全双工，即主从双方可以同时发送数据。当从设备发生了某个事件（例如，输入点发生了变化），可以主动给主机发送报文。

## ChangeLog

- 2024-06-22 使用`kcom`取代`hidcom`，版本升级为 0.9.6。
