zgkxzx/Modbus4Android

What is the max read length ?

Opened this issue · 0 comments

I try to read coils with length 1e4, received following errors:

readCoil onFailed com.zgkxzx.modbus4And.exception.ModbusTransportException: Invalid number of bits: 10000

I can read coils with length 1e3.
I want to know what's the maximum read size.
Thank you.