Skip to content

Releases: matesh/modterm

V1.3.1

10 Apr 10:31

Choose a tag to compare

Minor bugfixes

V1.3.0

27 Dec 10:15
68ba611

Choose a tag to compare

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 h key

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

23 Dec 11:36
8c8ef00

Choose a tag to compare

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

22 Dec 08:42
a1cf278

Choose a tag to compare

v1.2.0rc1 Pre-release
Pre-release

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

27 May 21:22
9596fa0

Choose a tag to compare

  • 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

03 Feb 10:09
6fe235e

Choose a tag to compare

  • Add index column to help identifying registers by offset
  • Minor visual fixes
  • Rename mistakenly left config directory (will reset all stored configuration)
  • Added logging
  • Support for broadcast/multicast register writes

V0.3.1

11 Jan 13:15
090bd1a

Choose a tag to compare

Hotfix

Fixes a bug that caused a crash when an invalid register has been processed

V0.3

07 Jan 14:47
e8648c5

Choose a tag to compare

  • 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.

V0.2

03 Jan 22:41
09db762

Choose a tag to compare

Fixes missing dependency

V0.1

03 Jan 22:18
d19fe67

Choose a tag to compare

Release of the first, beta version.