Skip to content

Releases: yaacov/node-modbus-serial

v7.2.3: Merge pull request #206 from yaacov/add-specific-ver-for-tests

23 May 11:11
bca0ca9
Compare
Choose a tag to compare

Bugfix:

  • Make sure buffer offset is int
  • Use Buffer alloc instead of deprecated new Buffer

v7.2.2

13 Mar 16:00
Compare
Choose a tag to compare

Bugfix:

  • Add missing client destroy callback

v7.2.1: Merge pull request #196 from yaacov/bump-v

12 Mar 20:16
7649afb
Compare
Choose a tag to compare

Bugfix:

Add timeouts to tcpbuffered and telnet

v7.2.0: Merge pull request #194 from yaacov/bump-ver

12 Mar 19:40
b818842
Compare
Choose a tag to compare

Backward compatible changes:

  • Use serial port v6.1.1
  • Adding timeout to tcp connect

Bug fixes:

  • Fix erros may be longer the 5 bytes

v7.1.5

09 Feb 15:01
a9118c8
Compare
Choose a tag to compare

Bugfix:

  • in server module: FC5 and FC16 works well, but FC6 doesn't, fixed.
  • Moved the isOpen defineProperty outside the .open method.

v7.1.3: Merge pull request #178 from yaacov/bump-version

05 Feb 08:30
858a4b2
Compare
Choose a tag to compare

Backward compatible changes:

  • add optional async response to tcp server

v7.0.3

11 Jan 15:52
Compare
Choose a tag to compare

Bugfix

  • avoid double callback when read timeout is hit

v7.0.2: Merge pull request #168 from yaacov/bump-c

08 Jan 12:08
fe61ada
Compare
Choose a tag to compare
  • Remove Node.js engine dependency

v7.0.1: Merge pull request #161 from yaacov/bump-version

01 Nov 07:15
171fbe9
Compare
Choose a tag to compare
  • Add examples and docs
  • Use new version of seriaport

v6.0.1: Merge pull request #151 from yaacov/bump-bugfix-version

01 Oct 08:32
Compare
Choose a tag to compare

Bugfix

  • fix computability with serial-port version ^5.0.0, issue #149
    isOpen is now property instead of funtion