We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2ffc0 commit 0b3ec53Copy full SHA for 0b3ec53
README.md
@@ -1,4 +1,25 @@
1
# EasyModbusTCP.NET
2
+
3
+Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET
4
5
+For JAVA-Version see: https://sourceforge.net/projects/easymodbustcp-udp-java/
6
7
+Now available: Modbus RTU Slave for ATMEL ATMEGA microcontrollers
8
9
+See Also CRC-Checking Tool for RTU Frames: http://easymodbustcp.net/crc-calculation
10
11
+Supports Function Codes:
12
13
+- Read Coils (FC1)
14
+- Read Discrete Inputs (FC2)
15
+- Read Holding Registers (FC3)
16
+- Read Input Registers (FC4)
17
+- Write Single Coil (FC5)
18
+- Write Single Register (FC6)
19
+- Write Multiple Coils (FC15)
20
+- Write Multiple Registers (FC16)
21
22
23
Modbus TCP, Modbus UDP and Modbus RTU client/server library
24
25
Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
0 commit comments