mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
[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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user