2026-07-30 8f7c42bb0bced4697755299f67483be11da3e44d
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;