2026-08-06 09f01778d5a034e2af50ae05da8908f7b6a871c8
1
2
3
4
5
6
/**
 * Modbus TCP Client(主站)协议:网关主动连接并轮询 Modbus 从站设备
 * <p>
 * 基于 j2mod 实现,支持 FC01-04 读、FC05/06/15/16 写,定时轮询 + 下发属性设置
 */
package cn.iocoder.yudao.module.iot.gateway.protocol.modbus.tcpclient;