9 天以前 e1797a873bf114329f4870062201d388155ef014
1
2
3
4
5
6
/**
 * Modbus TCP Server(从站)协议:设备主动连接网关,自定义 FC65 认证后由网关云端轮询
 * <p>
 * TCP Server 模式,支持 MODBUS_TCP / MODBUS_RTU 帧格式自动检测
 */
package cn.iocoder.yudao.module.iot.gateway.protocol.modbus.tcpserver;