[modbus] jamod modbus library update 1.3.3.OH (#2315)

Modbus TCP client to read the full modbus message, even if
fragmented/segmented.

Serial/RTU to error more clearly if all bytes are not received as
expected.

Signed-off-by: Sami Salonen <ssalonen@gmail.com>
This commit is contained in:
Sami Salonen 2021-04-24 12:54:46 +03:00 committed by GitHub
parent 4a2954d409
commit 872dacfe7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
<dependency>
<groupId>net.wimpi</groupId>
<artifactId>jamod</artifactId>
<version>1.3.2.OH</version>
<version>1.3.3.OH</version>
<scope>compile</scope>
</dependency>
</dependencies>