Massiv problems with Lib
Stop supporting the javax.comm.
Fix the bug with reading the max allowed number of registers using MODBUS-TCP.
Add trySelectConnector to SerialUtils that tries to select a SerialPortFactory automatically.
Delete comm.jar.
Make createSerialPortImpl and getPortIdentifiersImpl public.
- add TCP parameter connectionTimeout, use it in ModbusMasterConnectionTCP
Fix a log message.
Merge pull request #29 from andilem/master
Rollback automatic serial port connector selection.
Update version to 1.2.9.7.
Update version to 1.2.9.6.
Fix ExampleTCP.
IMPORTANTLY! Fix the issue #22: MODBUS Master TCP - Socket left open.
Add androidthings-1.0.jar.
Add Android Things support.
Add the automatic selection of a serial port connector.
Add a dependency for android things support.
Refactor serial port factories.
Fix bug with listening for incoming data on Android Things device.
Add a jSerialComm binary.
Merge pull request #21 from browncrane/master
add git ignore
add RTU over TCP example
Update version to 1.2.9.5.
Merge branch 'master' of https://github.com/kochedykov/jlibmodbus
close connection when finish
Complement .gitignore.
Update ExampleRTUOverTCP.
IMPORTANT! Fixed bug with an incorrect conversion from two integers to a long value.
Make ModbusMaster thread-safe.
Update pom version.
Add a copyright notice to ExampleRTU.java.
Update version to 1.2.9.4.
Fix incoming frame logging.
Fix bug in OutputStreamASCII - add unimplemented method write(byte[], int, int).
Fix #17: incorrect logic if lrc equals zero. thanks to https://github.com/mlasevich
Update version to 1.2.9.3.
Error in JSerialComm implementation
Error in JSerialComm implementation
Fixed, thank you.
Fix #2 Error in JSerialComm implementation.
Fix hasNext() in ModbusValues iterator.
Error in JSerialComm implementation
Update version.
Update POM.
Fix bug with setting timeout in SerialPortLoopback.
Fix bug with setting the slave timeout.
Experimental! Implementing RTU over TCP. Add a new serial port factories TcpClient and TcpServer.
Update version.
Update version.
Fix bug with setting timeout in SerialPortLoopback.
Fix bug with setting the slave timeout.
Update POM.
Move ModbusMaster and ModbusMasterFactory to com.intelligt.modbus.jlibmodbus.master.
Fix exception handling.
Mark getModbusCoils() as not deprecated.
Fix bug in setRange method #15.
Check if fifo is empty.