modbus-serial
Advanced tools
Comparing version 5.2.11 to 5.2.12
@@ -185,6 +185,3 @@ "use strict"; | ||
this._transactions = {}; | ||
this._port._transactionId = 1; | ||
this._timeout = null; // timeout in msec before unanswered request throws timeout error | ||
this._unitID = 1; | ||
@@ -214,2 +211,5 @@ }; | ||
/* init ports transaction id */ | ||
modbus._port._transactionId = 1; | ||
/* On serial port success | ||
@@ -216,0 +216,0 @@ * register the modbus parser functions |
{ | ||
"name": "modbus-serial", | ||
"version": "5.2.11", | ||
"version": "5.2.12", | ||
"description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
176804
4475