FluentModbus
FluentModbus copied to clipboard
Lightweight and fast client and server implementation of the Modbus protocol (TCP/RTU).
I am performing read on holding registers with modbus TCP cllient. However, when device does not reply, i am not getting any timeout exception and it just stucks there. I'm...
When a ModbusRtuRequestHandler is Disposed it closes the SerialPort before the CancellationTokenSource of the base class is cancelled. Therefor the InBuffer of SerialPort should be cleared even if the serialport...
It appears we missed this one, but Connect needs to be called otherwise _frameBuffer and _networkStream etc won't get set.
Hello, I'm currently using this library to read data from a client. Works well so far. Thank you! Just one thing: Is the implementation according to the specification with a...
Am I missing something, or isn't it possible to set an idle timeout on Client connections?
https://stackoverflow.com/a/72559282/1636629
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...
I suggest to implement [IDisposable](https://docs.microsoft.com/en-us/dotnet/api/system.idisposable). It is simpler to disconnect, if ```IDisposable``` is implemented. When code gets complicated, you have two options: * call ```Disconnect()``` in multiple places * wrap...
Hello author, I am an Asian with poor English, all the following content is from machine translation. I am new to Modbus and would like the author to add AOP...