Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
456 stars 169 forks source link

request fc and response fc does not match. #304

Closed anesteziker closed 2 years ago

anesteziker commented 2 years ago

Hello, when I use the single register write method, I get the following error after the first few submissions. I need your help on this.

[Arguments] { '0': UserRequestError { err: 'OutOfSync', message: 'request fc and response fc does not match.', response: undefined } }

anesteziker commented 2 years ago

[Arguments] { '0': UserRequestError { err: 'OutOfSync', message: 'request fc and response fc does not match.', response: undefined } } [Arguments] { '0': UserRequestError { err: 'OutOfSync', message: 'request fc and response fc does not match.', response: undefined } }

stefanpoeter commented 2 years ago

Can you provide some code to reproduce this?