Skip to content

Commit 5e825e9

Browse files
author
Stefan Roßmann
committed
Merge remote-tracking branch 'origin/master'
2 parents e88c57d + 46a706a commit 5e825e9

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Modbus TCP, Modbus UDP and Modbus RTU client/server library and Simulators for JAVA
2+
3+
Suitable for data exchange between JAVA-Applications and PLCs like Schneider-electric; Siemens S7; Wago; Bosch-Rexroth; CoDeSys Devices and many more.
4+
5+
Download Package at: <a href="https://sourceforge.net/projects/easymodbustcp-udp-java/files/latest/download" rel="nofollow"><img alt="Download EasyModbusTCP/UDP/RTU .java" src="https://a.fsdn.com/con/app/sf-download-button"></a>
6+
7+
Supports Function Codes:
8+
9+
- Read Coils (FC1)
10+
- Read Discrete Inputs (FC2)
11+
- Read Holding Registers (FC3)
12+
- Read Input Registers (FC4)
13+
- Write Single Coil (FC5)
14+
- Write Single Register (FC6)
15+
- Write Multiple Coils (FC15)
16+
- Write Multiple Registers (FC16)
17+
- Read/Write Multiple Registers (FC23)
18+
19+
See <a href="http://www.easymodbustcp.net">http://www.easymodbustcp.net</a> for implementation guide and codesamples
20+
21+
javadoc: <a href="http://easymodbustcp.net/javadoc/javadoc/index.html">http://easymodbustcp.net/javadoc/javadoc/index.html</a>
22+
23+
License: Attribution-NoDerivatives 4.0 International (CC BY-ND 4.0)
24+
25+
You are free to:
26+
27+
Share — copy and redistribute the material in any medium or format
28+
for any purpose, even commercially.
29+
The licensor cannot revoke these freedoms as long as you follow the license terms.
30+
31+
Under the following terms:
32+
33+
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.
34+
NoDerivatives — If you remix, transform, or build upon the material, you may not distribute the modified material.
35+
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)