Skip to content

Releases: fedeturco/ModBus_Client

ModBus_Client_v2.54

03 Jun 20:28

Choose a tag to compare

v2.54

  • Fix PreviewImport bug paste command
  • Added "Invalid Echo" ModbusException for FC05/FC15/FC06/FC16 commands

ModBus_Client_v2.53

28 Apr 18:03

Choose a tag to compare

v2.53

  • Bugfix crash paste command with unvalid format
  • Bugfix profile ComboBox now enabled after loading template only if the client is not connected to a slave
  • Bugfix live edit Coils and Holding Register with hex visualization, there was an error in parsing the register's hex number
  • Bugfix "Del" button on coil table not deleting current view data while editing a cell
  • Added "Delete" button to template tables context menu
  • Disabled context menu of tables when the client is not connected to a slave
  • Now viewed tables are cleared when user changes visualization from DEC to HEX and vice versa (this to avoid editing displayed data when the background number format or offset is changed)

ModBus_Client_v2.52

31 Mar 17:53

Choose a tag to compare

v2.52

  • Added menu item "Copy Column" to register tables to copy only one column of displayed cells
  • Improved "Paste" command, now input form accepts also negative numbers (Int16)

ModBus_Client_v2.51

08 Nov 17:53

Choose a tag to compare

v2.51

  • Bugfix validation for group identifiers

ModBus_Client_v2.50

12 Jan 13:29
0acb02c

Choose a tag to compare

v2.50

  • Fix coils table live edit modbus error
  • Other minor bugfixes

ModBus_Client_v2.49

29 Sep 12:02

Choose a tag to compare

v2.49

  • Enum type now showed as integer when match not found
  • Fix enable modbus tcp port (standard and secure)
  • Fix bug live edit coils
  • Minor fix tool command bit/byte/word FC03

ModBus_Client_v2.48

24 Sep 20:54

Choose a tag to compare

Client ModBus TCP/RTU written in C# useful for Modbus read and write operations on RTU-485 or TCP/TLS slaves.
v2.48

  • Fix issue FC01 in RTU mode causes "Internal Error"
  • Fix timeout FC02 RTU
  • Fix timeout and CRC error warning FC06 RTU
  • Added right click template datagrids
  • Improved check response FC05/FC15/FC06/FC16

ModBus_Client_v2.47

16 Jul 18:26

Choose a tag to compare

Client ModBus TCP/RTU written in C# useful for Modbus read and write operations on RTU-485 or TCP/TLS slaves.
v2.47

  • Bugfix TCP secure port

ModBus_Client_v2.46

13 Jul 11:44

Choose a tag to compare

Client ModBus TCP/RTU written in C# useful for Modbus read and write operations on RTU-485 or TCP/TLS slaves.
v2.46

  • Added separate port for Modbus Secure
  • Updated docs and manuals

ModBus_Client_v2.45

09 Jul 20:38

Choose a tag to compare

Client ModBus TCP/RTU written in C# useful for Modbus read and write operations on RTU-485 or TCP/TLS slaves.
v2.45

  • Added check transaction id Modbus TCP
  • Added statistics window
  • Added semaphore to avoid multi threads accessing rear/write stream of the modbus object