- Tested and added binaries for Ubuntu 22.04.
- Fixed some bugs
- Fixed some bugs
- Enable Server side 'Edit'-menu commands (Paste,Insert,Delete) for DataView table in 'Run' mode
- Improve import of DataView items
- Fix some bugs
- Fixed bug
- Fixed 'String'-format of data view item displaying
- Make ModbusTools available for older version of Qt framework: starting with version 0.2.0 ModbusTools support Qt 5.8 version or later
- Add ModbusLib submodule project. It non-Qt project working with TCP sockets and serial port for Modbus protocol. It deletes dependencies to Qt5Network and Qt5SerialPort libs.
- Fixed
server
action (simulation) edit bugs
- Renew ModbusLib which fix flooding messages and open/close port bugs
- Add CMake support
- Fixed bugs
- Fixed bug
- Add Modbus Scanner for Modbus
client
- Add new Modbus functions: MASK_WRITE_REGISTER, READ_WRITE_MULTIPLE_REGISTERS
- Improve 'Send Message' dialog window
- Add all encodings suppoted by Qt framework to the 'String' data format
- Add possibility to save DataViewItem values in values when saving project for
client
- Upgrade status bar with Tx/Rx statistics
- Add
Copy
action type
- Make project builder more tolerant for unexpected attribute or element
- Fixed bugs
- Load previously saved project when starting the
client
/server
- Mdi Windows are saved/restored their geometry (when saving/opening project) for
client
/server
- Fixed bugs
- Improve client's Scanner Window
- Allow user right to enter port name if it's absent in list of serial ports in ComboBox
- Fixed bugs
- Added the ability to import/export DataView data list selected items in CSV format
- Fixed bugs
- When click
Insert
in theDataView
window, the new value is added to the list, but taking into account the address and size of the element format above. - Added insert/delete hotkeys for port/device/actions elements (+copy/paste for simulation actions)
- Added a confirmation prompt when deleting items such as port and device
- Added import/export whole DataView list in csv-format
- Added import/export for simulation actions in csv-format
- Added min/max params for simulation action of Increment
- Added
ProjectInfo
dialog + update project xml file params - Added detection of changes in the project and confirmation prompt when exit and project is not saved
- Added menu
File->Recent
to quick open previous projects - Added menu
File->Close
to close current project - Fixed Client Scanner for Modbus TCP scanning
- Added
Export
button for LogView