FluentModbus icon indicating copy to clipboard operation
FluentModbus copied to clipboard

Modbus RTU Server not responding after Client Disconnected

Open Alexccw74 opened this issue 2 years ago • 2 comments

After some series of testing, I realize that Modbus RTU Server (RS485 COM PORT) will not response after the initial connected client disconnected. I have tested with different Modbus POLL program.
The error code from the Read "Block with function 3 is time out". The connection status is "Connected". Is there anything wrong with my setup? image image Hope to get a response soonest.

Alexccw74 avatar Nov 23 '21 16:11 Alexccw74

Same problem. Stops when no transmission for longer than timeout period. Temporary solution: ReadTimeout = int.MaxValue

gitstaska avatar May 13 '22 12:05 gitstaska

Thank you, that is a good hint. I will try to solve it with the next update.

Apollo3zehn avatar May 16 '22 07:05 Apollo3zehn