zengfr / easymodbus4j

easymodbus4j是一个高性能和易用的 Modbus 协议的 Java 实现,基于 Netty 开发,可用于 Modbus协议的Java客户端和服务器开发, A high-performance and ease-of-use implementation of the Modbus protocol written in Java netty support for modbus 4 mode..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example 的bat,如果连续顺序读取多个设备的数据,如何配置呢?

huanghe-1 opened this issue · comments

比如有10个设备,设备id是1到10,命令貌似不支持配置多少个设备

拿到 channel可以和任意设备通信 见 quick start 4.1.

明白了,是一个设备实例化一个ChannelSender ,各读各的,多个设备就实例化多个Sender.