Releases: serhmarch/ModbusTools
Releases · serhmarch/ModbusTools
v0.5.0
- Added support for Modbus protocol versions:
UDPRTUoverTCPASCIIoverTCPRTUoverUDPASCIIoverUDP
- Added support for
FC08,FC11,FC12,FC20,FC21,FC24,FC43/14 - Added
SendBytes-tool for Modbus client ((+ predefined message list)) - Updated
Send Messagedialog for Modbus client (added predefined message list) - Updated
Scannerdialog for Modbus client (added function support scanning) - Added
LogViewmessage category colorization - Added statistics for Port/Device of
mbclient/mbserver - Renamed
ByteOrderparam intoSwapBytes - Renamed project file extensions
pjc/pjsintombc/mbs - Renamed
core/client/serverintombcore/mbclient/mbserver - Added cmake option to separate client and server compilation
v0.4.9
- Fixed bug
UTF-16 strings write inserts BOM (U+FEFF), Issue #63 - Fixed bug
The server IP configuration is invalid, Issue #69 - Extended available serial port list for Windows OS, Issue #67
- Added MDI windows ViewMode save/restore in project
- Improved hex address validation for Modbus Address widget
Binary releases:
mbtools_0.4.9_amd64.tgz- Linux x64mbtools_0.4.9_amd64.zip- Windows x64mbtools_0.4.9_i386.zip- Windows x86
v0.4.8
v0.4.7
v0.4.6
- Fixed memory leak bug within ModbusLib subproject
- Improve script module import/export
- Add script module import/export for XML format
- Add author attribute to the script module
- Fix multiline Python string issue for ScriptLoop
- Improve Find/Replace dialog: support for escape sequnces, regular expressions etc
- Updated docs
v0.4.5
v0.4.4
- Added 'Font' settings for LogView, Output script window
- Added 'Enable Script' setting for server device
- When closing the script editor window, synchronized the code with the current project
- Fixed when opening the context menu on the Device node in ProjectView may open the wrong Device window
- Added python
modbus.pymodule to work with modbus protocol - Extended
mbserver.pyscript library - Added option menu
Window->View SubWindow/Tabbed - Improved MDI window management
- Improved script text editor
- Added Find/Replace text functionality for script editor
- Added
Import Projectfunctionality which unites current project with the imported one - Implemented Drag'n'Drop for ProjectView window
- Fixed
Send Messagefunc23 (0x17) ReadWriteMultipleRegisterserror for registers to write
#51
v0.4.3
v0.4.2
- Fixed Odd and Even Parity mixed up
#34 - Fixed the inability to set an address after 99 for 'SendMessage' and 'Item(s)' dialogs
#36 - Fixed error message appearing for income packets not aimed for the configured unit addresses
#28 (reply in thread) - Added device byte and register order settings support for scripting
- Added get/set string functions for working with strings for scripting
- Improved default project for client and server
v0.4.1
- Added 'LoopPeriod' setting for server script execution
- Improved script editor and its settings
- Added support for IEC 61131-3 Hex item address notation
- Added support for broadcast mode for
0unit - Imroved 'SendMessage' dialog
- Added docker support (by Mattia De Vivo): https://hub.docker.com/r/serhmarch/modbustools
- Updated docs