Skip to content

Releases: yaacov/node-modbus-serial

v5.2.7

Choose a tag to compare

@yaacov yaacov released this 26 Apr 09:45
Bump bugfix version

v5.2.6: Merge pull request #94 from yaacov/fix-is-open-checks

Choose a tag to compare

@yaacov yaacov released this 31 Mar 19:22

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

v5.2.5: Merge pull request #93 from yaacov/add-errno-to-port-no-open

Choose a tag to compare

@yaacov yaacov released this 31 Mar 13:42

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

v5.2.4

Choose a tag to compare

@yaacov yaacov released this 31 Mar 05:58

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

v5.1.3

Choose a tag to compare

@yaacov yaacov released this 18 Feb 19:06
bump version, rtubuffer  bugfix

v5.1.2

Choose a tag to compare

@yaacov yaacov released this 30 Jan 16:09
bump bugfix version

v5.1.1

Choose a tag to compare

@yaacov yaacov released this 29 Jan 20:15
bump version, add server support

v5.0.1

Choose a tag to compare

@yaacov yaacov released this 29 Jan 14:16

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

v4.5.1

Choose a tag to compare

@yaacov yaacov released this 15 Aug 18:49
Add travis status ro readme.md

v4.2.0

Choose a tag to compare

@yaacov yaacov released this 01 Jun 11:20
add watchdog example