You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YES. Confirmed and verified to fix the issue on my Weintek HMI screen Modbus. Please merge this into main branch.
ByteArray[4 to 5] corresponds to message length + 1 in bytes. On main, its 2, which is clearly wrong. The modbus message itself is 5 bytes
MessageLength is 8 on main, which i dont know how they got. The Modbus TCP/IP ADU header itself is 8 bytes, not even including the modbus message. This should be 12.
Original issue reported on code.google.com by
[email protected]
on 6 Apr 2015 at 4:34The text was updated successfully, but these errors were encountered: