easymodbus4j icon indicating copy to clipboard operation
easymodbus4j copied to clipboard

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

Results 7 easymodbus4j issues
Sort by recently updated
recently updated
newest added

你好, 为什么我们的精度只有小数点后面一位? 其他诸如施耐德PSO、西门子WinCC都至少有3位小数。 请问有没有什么办法增加精度呢? ![image](https://user-images.githubusercontent.com/6629532/106694138-ec9ba580-6612-11eb-8679-dd43b69ee615.png)

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

1. 项目启动的时候通过拼字符串来配置slave的信息么? 2. slave数量1000多个如何设置?

com.github.zengfr.easymodbus4j.client.ModbusClient:153 - doConnect 2022-09-07 15:45:58.512 [client-4-13] INFO com.github.zengfr.easymodbus4j.client.ModbusClient:124 - connect: 2022-09-07 15:45:58.515 [client-4-14] INFO c.g.z.e.channel.ModbusChannelInitializer:55 - initChannel->isSlave:false

sender.readCoilsAsync(startAddress, quantityOfCoils); 要求讀取數量少于實際讀到的數量時報錯如下: java.lang.IndexOutOfBoundsException: readerIndex(2) + length(9) exceeds writerIndex(3): UnpooledByteBufAllocator$InstrumentedUnpooledUnsafeHeapByteBuf(ridx: 2, widx: 3, cap: 11)