2026-06-25 a26b31cc9f3ee9b21b1a754e80fa7359e8a7a8f8
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;