Releases: matesh/modterm
Releases · matesh/modterm
V1.3.1
V1.3.0
Added features:
- Scan Modbus TCP clients/devices in a range of IP addresses
- Read register/coil/discrete input results are saved, they can be recalled using the
hkey
Bugfixes:
- Fixed a bug that caused all windows having the same name
- Improved terminal resize behaviour at most places
- Various minor bugfixes
V1.2.0
Fixes:
- Allow domains and "localhost" to be used as IP for ModbusTCP connections. Domains get looked up and validated.
- Text inputs can now be cancelled with ESC, reverting back to the last value
- After an unsuccessful register operation, the dialog can be kept open and the operation re-tried
- After a successful register operation, the dialog closes automatically to display the result
- Minor refactor on register operation dialogs
New features:
- Register operation dialogs can be navigated using a highlight and have help available
- Added coil and discrete input read options
- Added coil write option
- Added context menu (enter) on the result window to write the selected register or display additional information
- Added floating point to register write formats
v1.2.0rc1
Fixes:
- Allow domains and "localhost" to be used as IP for ModbusTCP connections. Domains get looked up and validated.
- Text inputs can now be cancelled with ESC, reverting back to the last value
- After an unsuccessful register operation, the dialog can be kept open and the operation re-tried
- After a successful register operation, the dialog closes automatically to display the result
- Minor refactor on register operation dialogs
New features:
- Register operation dialogs can be navigated using a highlight and have help available
- Added coil and discrete input read options
- Added coil write option
- Added context menu (enter) on the result window to write the selected register or display additional information
- Added floating point to register write formats
V1.1.0
- Added an option ('e' key) that allows exporting of the modbus data in formatted text file or .csv format
- Fixed a bug that caused text being inserted outside of a dialog causing the app to crash
- Fixed a bug that caused loading a non-existing config to crash the app
V1.0.0
V0.3.1
V0.3
- Replaced fixed dialog sizes to dynamically adjust to terminal size and throw an error if the terminal is too small
- Instead of being able to choose between individual register reads and reading registers in blocks of 120 (or the number of registers provided), a block size can now be defined, even to the size of 1 for individual reads. To read the provided number of registers, the reads will be made in batches of the block size defined.