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

Hi rossmann-engineering I provide a delay method Can reduce the RTT (round-trip time) of communication I am use ``` SpinWait sw_delay = new SpinWait(); sw_delay.SpinOnce(); ``` to replace ``` System.Threading.Thread.Sleep(1);...

Tested on the ConsoleAppStd, and couldn't get response value. Did anyone test before?

I had issue using this library from a .NET standard 2.1 library. Got some weird errors any time I tried to assign or access the parity properties when using RTU...

When I test V5.5 library,I found there are differences between Modbus server register index and Modbus client register index. Index of registers Modbus client class used is from 0 ,...

Hi, How can I catch the IOException when the COM port is not existing or not available ? The following app is stopped by an unhandled System.IO.IOException that I cannot...

I use the lib to communicate with a Modbus RTU Device over an Modbus TCP to RTU Gateway. When the Gateway is connected, but not the device (UnitIdentifier), I get...

As reported over here: https://github.com/dotnet/runtime/issues/2379 When using on Linux / .NET core 5 (not formally supported yet, still it works) the cpu usage of Modbus RTU is terrible, barely usable....

Hi everyone, I'm working with EasyModbus TCP on my .NET 5 project that running on Armbian. A strange issue that I found is that when you specify a Unit Identifier...

This fixed issue #12 . Commit should be merged and issue closed. @rossmann-engineering , please review.

Hi! I don't really know if it's possible, but I would like to ask if, right now, I can connect to more than one modbus rtu client. I want to...