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

Hi, As the title suggests, is it possible to set the transaction ID of the modbus TCP calls to always be the same? We would need it to always be...

Add optional slaveId parameter to ModbusRTUServer constructor. SlaveId is checked when parsing requests.

Hello. I am confused as to how, when constructing the RTU server, one can assign the server's unit ID? Right now the server is reacting to all incoming data. ```

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hi, the ModbusTCPClientReqeuestHandler listens for the "close" event of the socket in the constructor and binds the _onClose method: `this._socket.on('close', this._onClose.bind(this))` Is there a special reason why this is not...

## Summary Every time I use jsmodbus in one of my projects, I wind up creating a utility class to manage all the clients. I also like to make sure...

feature

I tried to run `npm install` with Node v14.17.3 and ran into this error https://github.com/serialport/node-serialport/pull/1743, so I updated node-serialport the latest, and it resolved that issue. There were also 70...

It will be nice if we have a error explanation on message

The modbus server does not accept an event of 'connection' and respond with a net socket. Fixes #269