Metadata-Version: 2.1
Name: a2y-mew
Version: 0.9.4
Summary: A module that implements improved Mewtocol.
Home-page: http://www.sorobust.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.5
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
Requires-Dist: pyserial >=3.0
Requires-Dist: a2y-hidcom >=0.9.2

# Python Module: a2y_mew
a2y_mew模块实现了扩展的Mewtocol通信协议。原始的Mewtocol来自Panasonic，用于其FP系列PLC与上位机、触摸屏等设备通信。
本模块在以下方面对Mewtocol进行了扩展：
- 地址空间从8位整数扩展为不定长，最高可达32位。为了兼容性，最小为8位，在报文中至少占两个字节。
- 通讯方式从半双工增强为全双工，即主从双方可以同时发送数据。当从设备发生了某个事件（例如，输入点发生了变化），可以主动给主机发送报文。

