Comparing version 4.0.5 to 4.0.6
@@ -39,3 +39,3 @@ "use strict"; | ||
const payload = Buffer.alloc(2); | ||
payload.writeUInt8(this._fc, 0); | ||
payload.writeUInt8(this._fc + 0x80, 0); | ||
payload.writeUInt8(this._code, 1); | ||
@@ -42,0 +42,0 @@ return payload; |
{ | ||
"name": "jsmodbus", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Implementation for the Serial/TCP Modbus protocol.", | ||
@@ -5,0 +5,0 @@ "author": "Stefan Poeter <stefan.poeter@cloud-automation.de>", |
Sorry, the diff of this file is not supported yet
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
235663