node-modbus-serial

A pure JavaScript implemetation of MODBUS-RTU (and TCP) for NodeJS

ISC License

Downloads
25.1K
Stars
598
Committers
84

Bot releases are hidden (Show)

node-modbus-serial - v8.0.17 Latest Release

Published by yaacov 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/yaacov/node-modbus-serial/compare/v8.0.16...v8.0.17

node-modbus-serial - v8.0.16

Published by yaacov 11 months ago

What's Changed

Full Changelog: https://github.com/yaacov/node-modbus-serial/compare/v8.0.15...v8.0.16

node-modbus-serial - v8.0.15

Published by yaacov 11 months ago

What's Changed

Full Changelog: https://github.com/yaacov/node-modbus-serial/compare/v8.0.14...v8.0.15

node-modbus-serial - v8.0.14

Published by yaacov 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/yaacov/node-modbus-serial/compare/v8.0.13...v8.0.14

node-modbus-serial -

Published by yaacov about 1 year ago

  • revert Enron modification support
node-modbus-serial -

Published by yaacov about 1 year ago

node-modbus-serial -

Published by yaacov over 1 year ago

node-modbus-serial -

Published by yaacov over 1 year ago

bugfixes:

  • ModbusRTU Slave (Server Serial) fix a serialport timeout-parser for SerialServer
  • getPort method will return Serialport
  • doc typos
node-modbus-serial -

Published by yaacov almost 2 years ago

  • fix server typescript definitions
node-modbus-serial -

Published by yaacov almost 2 years ago

  • fix missing testport typescript definition
node-modbus-serial -

Published by yaacov almost 2 years ago

Bugfix version:

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

Published by yaacov almost 2 years ago

node-modbus-serial -

Published by yaacov almost 3 years ago

Bugfix release:

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

Published by yaacov about 3 years ago

More precise error mesages

node-modbus-serial -

Published by yaacov over 3 years ago

  • fix: duplicate close callback call ModbusTCP (#414)
node-modbus-serial -

Published by yaacov over 3 years ago

  • 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
node-modbus-serial -

Published by yaacov about 4 years ago

Bug fix release:

  • Better disconnection handling on TCP
  • Add Buffered RTU FC43 Support
node-modbus-serial -

Published by yaacov over 4 years ago

using new major version or serialport

node-modbus-serial -

Published by yaacov over 4 years ago

add default exports

node-modbus-serial -

Published by yaacov over 4 years ago

  • Feature/read device identification
  • implemented connectUDP()