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 visible (Hide)

node-modbus-serial -

Published by yaacov about 7 years ago

Breaking changes:

  • upgrade major version of serialport lib

Bugfixes:

  • server example bugfixes
node-modbus-serial -

Published by yaacov about 7 years ago

backword compatible api changes:

  • add close method to server
  • add minimal frame size check in rtu buffer

bugfixes:

  • add example
  • bug fixes
node-modbus-serial -

Published by yaacov over 7 years ago

Fix tcp-server error handling
FIx tcp-buffered-port timeout bug

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

Bug fix:
Fix isOpen checks, avoid cases of tying to write to close port.

node-modbus-serial -

Published by yaacov over 7 years ago

Bug fix:
Add errno to the port not open error.
Add more debug strings to the tcpport

node-modbus-serial -

Published by yaacov over 7 years ago

New features:
Add TcpBufferedPort - Klaus Landsdorf
Add Gulp file support for documentation - Klaus Landsdorf
Make serialport a dependency - Matthew Brandly

Bug fixes:
Server support multiple unit id's - Mike Willbanks
Corrected modbus frame header detection - Armin Beck

Misc:
Add debug support
Add eslint support

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

node-modbus-serial -

Published by yaacov over 7 years ago

Breaking changes

  • Errors sent back to callbacks are now Error objects instead of strings.

None Breaking changes

  • The .connect[...] methods can return an optional Promise object, if no callback is given as argument.
  • Added a new .isOpen method to the odbus instance.
  • Added a debug option for emitting debug messages on read and write.
  • Clean up the examples