Skip to content

Releases: fedeturco/ModBus_Client

ModBus_Client_v2.49

29 Sep 12:02
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

ModBus_Client_v2.44

30 Jun 20:06
Compare
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.44

  • Bugfix reading multiple registers of type string inside group resources
  • Bugfix database manager translation

ModBus_Client_v2.43

27 Jun 19:53
Compare
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.43

  • Fix bug import csv template with hex offset values
  • Added feature to avoid sending commands selecting cells in the live edit mode

ModBus_Client_v2.42

27 May 20:06
Compare
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.42

  • Fixed bug loading profile group
  • Improved csv export speed
  • Added context menu datagrids
  • Added offset columns in registers datagrids

ModBus_Client_v2.41

15 May 19:34
Compare
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.41

  • Fixed bug freeze preview window while sending write commands
  • Fixed bug enum E32 / E64 misread as integer
  • Added background color to import preview
  • Added progressbar to taskbar while reading groups of resources or writing preview content
  • Improved speed loading profile for big templates

ModBus_Client_v2.40

28 Feb 21:28
Compare
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.40

  • Added enum types for coils and discrete inputs
  • Fixed minor bugs and translations