node-modbus icon indicating copy to clipboard operation
node-modbus copied to clipboard

Modbus TCP Client/Server implementation for Node.JS

Results 26 node-modbus issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...