Stefan Poeter

Results 34 comments of Stefan Poeter

Can you add node.js versions 12 and 14 to the .travis.yml file? I'll be back on the desk on Thursday and open up a new branch.

I've put your work into the v4.1-dev branch but currently travis-ci won't build, don't know why it is not working currently.

My thoughts: Since we did not define what versions are to be supported we are dependend on the currently used plattforms. Is there any way to determine statistics with what...

Hi @iconnor you are right, if the node.js version are not support then the jsmodbus version depending on those should not be supported either.

It is ok to merge. I am just wondering if it should be version 4.0.7 or 4.1.0 or does it even need to be version 5 since these are kind...

Maybe @alexbuczynsky has some thoughts on this?

Hi @Dannol0, you can always fork this library and change what you need to change. I am sure this is possible. In its current form the ID will always be...

Hey @dazzlersa, you need to loop the readInputRegisters call, a very simple approach would look like this: ``` const client = new modbus.client.TCP(socket, 2); //modbus address 2 socket.on('connect', () =...

Your device responds with an error code. ``` response: ModbusTCPResponse { _id: 1, _protocol: 0, _bodyLength: 3, _unitId: 2, _body: ExceptionResponseBody { _fc: 4, _code: 11 } } ``` The...

What does wireshark or tcpdump say to this?