Skip to content

Commit e159308

Browse files
2 parents 64e1f1f + 7ce1a5a commit e159308

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

README.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# EasyModbusTCP.NET - <a href="EasyModbusTCP.NET">www.EasyModbusTCP.NET</a>
2+
3+
Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET<br>
4+
Industry approved!!<br>
5+
Fast and secure access from PC or Embedded Systems to many PLC-Systems and other components for industry automation. <br>
6+
Only a few lines of codes are needed to read or write data from or to a PLC.
7+
8+
Additional Software tools e.g. Modbus Server Simulator, makes software development fast and easy.
9+
10+
Download Library (*.DLL) and tools: <a href="https://sourceforge.net/projects/easymodbustcp/files/latest/download" rel="nofollow"><img alt="Download EasyModbusTCP/UDP/RTU .NET" src="https://a.fsdn.com/con/app/sf-download-button"></a>
11+
12+
<script src="https://apis.google.com/js/platform.js"></script>
13+
<div class="g-ytsubscribe" data-channelid="UCJiSrKsKot6ZFHafBtaJVlA" data-layout="default" data-count="default"></div>
14+
15+
For JAVA-Version see: https://sourceforge.net/projects/easymodbustcp-udp-java/
16+
17+
Now available: Modbus RTU Slave for ATMEL ATMEGA microcontrollers
18+
19+
See Also CRC-Checking Tool for RTU Frames: http://easymodbustcp.net/crc-calculation
20+
21+
Supports Function Codes:
22+
23+
- Read Coils (FC1)
24+
- Read Discrete Inputs (FC2)
25+
- Read Holding Registers (FC3)
26+
- Read Input Registers (FC4)
27+
- Write Single Coil (FC5)
28+
- Write Single Register (FC6)
29+
- Write Multiple Coils (FC15)
30+
- Write Multiple Registers (FC16)
31+
32+
33+
Modbus TCP, Modbus UDP and Modbus RTU client/server library
34+
35+
Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
36+
37+
You are free to:
38+
39+
Share — copy and redistribute the material in any medium or format
40+
The licensor cannot revoke these freedoms as long as you follow the license terms.
41+
Under the following terms:
42+
43+
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
44+
NonCommercial — You may not use the material for commercial purposes.
45+
NoDerivatives — If you remix, transform, or build upon the material, you may not distribute the modified material.
46+
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.You are free to:
47+
48+
Share — copy and redistribute the material in any medium or format
49+
The licensor cannot revoke these freedoms as long as you follow the license terms.
50+
Under the following terms:
51+
52+
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
53+
NonCommercial — You may not use the material for commercial purposes.
54+
NoDerivatives — If you remix, transform, or build upon the material, you may not distribute the modified material.
55+
No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
theme: jekyll-theme-architect

0 commit comments

Comments
 (0)