Download of EasyModbusClientExample (.NET Version).zip (EasyModbusClientExample (.NET Version).zip ( external link: SF.net): 24,804 字节) will begin shortly. If not so, click link on the left.

文件信息

文件大小
24,804 字节
MD5
229a033151f5598cad76b7ad3b3ff9b5

项目描述

Modbus TCP and Modbus UDP client library.

Supports Read and write Operations

- Read Coils (FC1)
- Read Discrete Inputs (FC2)
- Read Holding Registers (FC3)
- Read Input Registers (FC4)
- Write Single Coil (FC5)
- Write Single Register (FC6)
- Write Multiple Coils (FC15)
- Write Multiple Registers (FC16)

Example Modbus-TCP client (very simple without Exception handling) can be downloaded as Sourcecode (Visual Studio 2012) and compiled.

See Wiki for more Information