Skip to content

Commit 0b3ec53

Browse files
Update README.md
1 parent cf2ffc0 commit 0b3ec53

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
# 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+
223
Modbus TCP, Modbus UDP and Modbus RTU client/server library
324

425
Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)

0 commit comments

Comments
 (0)