Skip to content

Releases: yaacov/node-modbus-serial

v8.0.7

25 Nov 12:01
Compare
Choose a tag to compare

Bugfix version:

  • Add ModbusRTU TestPort interface
  • Serial server - removed binding option for non tests

v8.0.6

25 Oct 10:20
0b3c882
Compare
Choose a tag to compare
bump bugfix version

v8.0.5

08 Nov 15:55
Compare
Choose a tag to compare

Bugfix release:

  • Add missing definitions to ModbusRTU.d.ts
  • Correct function code table
  • Introduce an optional startOfSlaveFrameChar for Modus ASCII

v8.0.4

05 Sep 06:11
Compare
Choose a tag to compare

More precise error mesages

v8.0.3

18 Jun 07:59
Compare
Choose a tag to compare
  • fix: duplicate close callback call ModbusTCP (#414)

v8.0.2

07 Jun 05:12
Compare
Choose a tag to compare
  • add FC20
  • Ensure unitID is integer
  • add Buffer input value to writeRegisters signature
  • emove listeners on tcp client when closing
  • move to github actions and fixed leaked listeners
  • added SerialPort error listner
  • can connect to existing client socket

v8.0.1

19 Aug 14:03
Compare
Choose a tag to compare

Bug fix release:

  • Better disconnection handling on TCP
  • Add Buffered RTU FC43 Support

v8.0.0

07 Jun 13:23
5c06f21
Compare
Choose a tag to compare

using new major version or serialport

v7.8.1

25 Feb 13:21
Compare
Choose a tag to compare

add default exports

v7.8.0

12 Feb 07:01
Compare
Choose a tag to compare
  • Feature/read device identification
  • implemented connectUDP()