node-modbus
node-modbus copied to clipboard
Modbus TCP Client/Server implementation for Node.JS
Is it possible to change the timeout when reading the registers? How to do it?
Hello, I am trying to establish stable connection between Controllino Mega Modbus slave and NodeJS master. Reading works without any problems but when it comes to writing I am receiving...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Hi Guys, I get an ILLEGAL DATA ADDRESS for a register, any idea? here is the log: modbus-client issuing new read holding registers request +0ms tcp-client-request-handler registrating new request transaction...
Fix for the #338 The WriteSingleCoilResponseBody constructor declares that it can handle `boolen` but it can not do that. So I have addled boolean handling into the function. Manually tested...
## What is the problem * `client.writeSingleCoil(6, true)` response is CRC-ed incorrectly if the values is set to true * `client.writeSingleCoil(6, false)` response is CRC-ed correctly The problem above is...
Receiving the following error if I want to build using Typescript. Before I was just running the plain Javascript. ``` jsmodbus: 4.0.6 (Since that is the last one published on...
I can`t catch the error emitted when is not connection with COM port. How can I do it? Error: ``` triggerUncaughtException(err, true /* fromPromise */); ^ Error: Opening COM4: File...
If you call `client.readHoldingRegisters(0, 10).then(function (resp) {` you get the same result as when you call `client.readHoldingRegisters(1, 10).then(function (resp) {`. Is this intentional?
Hi, I was trying to push 4.0.12 to a package registry and ran in plenty of build errors because of my node version and the old packages used by the...