Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmann-engineering authored Jan 13, 2017
1 parent cf2ffc0 commit 0b3ec53
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# EasyModbusTCP.NET

Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET

For JAVA-Version see: https://sourceforge.net/projects/easymodbustcp-udp-java/

Now available: Modbus RTU Slave for ATMEL ATMEGA microcontrollers

See Also CRC-Checking Tool for RTU Frames: http://easymodbustcp.net/crc-calculation

Supports Function Codes:

- 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)


Modbus TCP, Modbus UDP and Modbus RTU client/server library

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

0 comments on commit 0b3ec53

Please sign in to comment.