Skip to content

Releases: SCADA-LTS/ModbusPal

v2.0.0

09 Jul 08:31
f9b7a8c

Choose a tag to compare

What's Changed

  • Added Linux support (changed the rxtx library to support Modbus Serial, which was compiled only for Windows, and replaced this library with the cross-platform jSerialComm library),
  • Fixed a GUI that wasn't working on Linux;
  • Fixed headless/no-gui mode on Linux; (#5)
  • Converted the project from Ant to Maven, removing dependencies on NetBeans. Now the sources are IDE-independent, and the project also builds on Intellij;
  • Initial code refactoring, using the picocli library, which I'm familiar with;

MD5 (ModbusPal2-2.0.0.jar) = 062016c7bb4fce0c4a356387c811abf3

v1.7.0

13 Jul 11:33
512993f

Choose a tag to compare

  1. Add -noGui option in command and allow to run the tool in "headless" mode without gui;
  2. Corrected relational paths for -loadFile option;
  3. Enable python scripts;
  4. Added support for functions with code 04 "Read Input Registers"
  5. Added ant target build