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

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"...

Remove NET5 and merge NET45 and NET6 AdvancedModbusClient Implementation

Fixed several bugs Using the official name of Modbus: Poll Client This branch does not provide GUI programs ModbusClient从机修改版: 删除numberOfClientsChanged、NumberOfConnectedClientsChanged事件 解决ModbusUDP无法二次启动问题 关闭未结束线程 listenerThread 增加ReceiveDataChanged(Byte[] data) SendDataChanged(Byte[] data)回调 解决从机模式接收数据debug信息全部为00的问题 增加ModbusType 规范化编程...

The PLC is master in Modbus RTU. It sends requests. For example: 01 05 00 0D FF 00 1D F9 (writing the 13th register to the "on"/true position). How do...

I tried to find how to change IP address property for the ModbusServer. In the samples I found this in the EasyModbusServerSimulator folder: ![image](https://github.com/rossmann-engineering/EasyModbusTCP.NET/assets/130447651/7ba2cdb0-e4bf-45ee-b730-e399a30e8860) In the docs (http://easymodbustcp.net/en/net-modbusserver-properties) I found...

The transmit buffer was send before the RX buffer was being cleared. When a slave device was answering faster then the lib was clearing the buffer. correct data was being...

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 sample code ```...

Added parameter "modbusRtuOverEthernet" to send/receive ModbusRTU-Data over an RS485-to-Ethernet-Converter like Moxa NPort 5150