2026-08-06 09f01778d5a034e2af50ae05da8908f7b6a871c8
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;