-
Hi,
http://www.easymodbustcp.net/ returns currently HTTP 500 - JFYI
BR,
Gerald
-
我用的EasyModbusTCP.NET v5.6
当TCP服务器断开连接时,客户端并不能获取到反馈,依然能够读取和写入(显然这是错误的)。
不过,我查看EasyModbusTCP.NET 项目的 ModbusClient.cs 源代码后, 将Connected的代码改为以下代码即可得到正确的反馈。
``` c#
public bool Connected
{
get{
…
-
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 above 128 (128 itself or greater) …
-
I have a PLC that broadcasts data. I tried to get this data using "easy modbus tcp", but I get ex "Starting address invalid or starting address + quantity invalid"
```c#
static void Modsim()
{
…
-
It looks like, at least from my testing, that this library works with .NET Standard/.NET Core (2.1+). It just needs `System.IO.Ports` (4.5 in my testing)
https://www.nuget.org/packages/System.IO.Po…
-
I am using EasyModbusTCP, Version 5.6.0
I know that the device is offline but the modbusClient.Connect() method doesn't throw an exception & modbusClient.Connected returns true.
Here's the sampl…
-
![QQ图片20220125133440](https://user-images.githubusercontent.com/56746942/150917624-99797630-fde8-4239-aa34-c446dcc6ebd4.png)
上面的图片是Visual Studio2019 Debug 调试运行时抛出的异常。出现的位置是EasyModbusTCP.NET项目的ModbusC…
-
For exemple, For VB, coilsChanged event is ambiguous with CoilsChanged (Case Sensitive).
So I have not been able yet to implement the coilsChanged and holdingRegistersChanged Events in VB.Net.
Alw…
-
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 u…
-
Hi, your libraries looks amazing. 👍
I cant figure out how to make TcpRequest, can you give me any advice/hint?