This is an automated email from the ASF dual-hosted git repository.

sruehl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git.


    from 7a92960  [Modbus] re-enable basic modbus support [General] added 
byte[] and BigDecimal support in FieldHandlers [General] added abstract field 
handler which throws exceptions by default [Test] added hex util for tests to 
convert byte[] to hex
     new 865fc9e  [General] fixed broken getAllByteArrays implementation
     new f74c7bf  [Modbus] added possibility to add a quantity to addresses to 
read multiple values.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/base/messages/DefaultPlcReadResponse.java |  9 +++++++
 .../plc4x/java/modbus/model/CoilModbusField.java   |  9 ++++---
 .../modbus/model/MaskWriteRegisterModbusField.java |  9 ++++---
 .../plc4x/java/modbus/model/ModbusField.java       | 16 +++++++++---
 .../model/ReadDiscreteInputsModbusField.java       |  9 ++++---
 .../model/ReadHoldingRegistersModbusField.java     |  9 ++++---
 .../model/ReadInputRegistersModbusField.java       |  9 ++++---
 .../java/modbus/model/RegisterModbusField.java     |  9 ++++---
 .../java/modbus/netty/Plc4XModbusProtocol.java     | 29 ++++++++++++++--------
 .../plc4x/java/modbus/ManualPlc4XModbusTest.java   | 13 +++++-----
 10 files changed, 82 insertions(+), 39 deletions(-)

Reply via email to