huminmin
8 天以前 481eb2249f2886c3a6ea8445820a2ec5f153d4da
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;