Description of all fixed bug is located in
bugfix.md
- Fixed some bugs
- Add some functions to extend Qt support
- Add functions 'toBaudRate'
- Add 'MASK_WRITE_REGISTER'-function
- Add 'READ_WRITE_MULTIPLEREGISTER'-function
- Add 'tries'-setting for ModbusQt
- Fixed bugs
- Improve string repr for Parity, StopBits and FlowControl serial port settings
- Fixed a bug (see bugfix.md)
- Fixed bugs (see bugfix.md)
- Minor changes, fixed bug (see bugfix.md)
- Extended information messages about error
- Fixed crash bug on Linux when working with serial port (see bugfix.md)
- Extended
Modbus::availableSerialPorts()
function on Linux
- Added 'Timestamp' data and functions to work with
- Fixed a bug (see bugfix.md)
- Added 'ModbusClientPort::setPort' method
- Added functions:
- 8 (0x08) - DIAGNOSTICS
- 11 (0x0B) - GET_COMM_EVENT_COUNTER
- 12 (0x0C) - GET_COMM_EVENT_LOG
- 17 (0x11) - REPORT_SERVER_ID
- 24 (0x18) - READ_FIFO_QUEUE
- Added options for client/server/c-support disable
- Added options for Modbus function disabling from lib
- Added option for dynamic/static lib
- Added some string convertion functions
- Added 'signalOpened' generation for ModbusServerResource class
- Added support for broadcast
- Updated docs
- Fixed 'Parity'-setting swap for Win
- Added
unitmap
byte array for ModbusServerPort to prefilter unit addresses
- Fixed TCP Server delay while connecting