Skip to content

v1.3.0

Compare
Choose a tag to compare
@xingshuangs xingshuangs released this 17 May 09:59
· 225 commits to master since this release

更新时间:2023.05.17

  • 添加西门子协议中NCK的寻址方式,主要针对西门子机床828D的数据访问
  • S7协议添加对time、date、timeOfDay数据类型的读写
  • S7协议序列化方式中添加对string、time、date、timeOfDay的解析
  • 修复S7协议写string时更改第一个字节的bug(第一个字节为允许最大字节数),现在直接跳过该字节的处理
  • modbus添加回调事件,用于输出交互的报文
  • modbus添加短连接方式,添加readBoolean方法