MangoAutomation/modbus4j

Often happening ModbusTransportException

PeterBorisenko opened this issue · 2 comments

I can successfully get the data, but meanwhile I am getting many of ModbusTransportException: Unsupported IP protocol id.
Have no idea what to do with it.

Checked the dump from Wireshark. The device answers properly in short time (about 0.5ms).
Seems MessageControl or InputStreamListener screwed up in some way.

i meet you same problem too. my exception because my mobbus class extents some class

I have encountered the same problem, who has a solution?