EasyModbusTCP.NET icon indicating copy to clipboard operation
EasyModbusTCP.NET copied to clipboard

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations

Results 69 EasyModbusTCP.NET issues
Sort by recently updated
recently updated
newest added

Is there any way to initiate a tcp server on a fixed IP connection? I have browsed through the code and it seems that you don't use the ipaddress property...

Hello, In the process of using, I found a problem, this problem seriously affected the use. In the state of connection, when the server TCP terminates the service, no abnormal...

Hello there, We try to utilize the code for our project but we realize that it is not possible to listen to a modbus device of a specific SlaveID using...

Event "numberOfClientsChanged" called every time when Client send request. But i suppose this event must be called when Client connected to server.

- added ASCII decoder - fixed loading of workspace (avoid null-pointer exception on missing modbus client) - fixed storing of workspace (cleanup of names and checks for proper saving)

As per subject. Porting to .net 4.7. Test in progress.

the function is added is some modification of "ReadHoldingRegisters". to request slave Unit Identification

It would be great to switch to Tasks instead of Threads, and allow us to handle exceptions

I'm using this library to monitor some integers. I found some errors and after some debug it seems that ReadInputRegisters returns always an array even if had some problems during...

I am running into an issue when I try to read a holding register. If the address is not present it just keeps calling the same registers and never throws...