|
1 |
| -# EasyModbusTCP.NET |
| 1 | +# EasyModbusTCP.NET - <a href="EasyModbusTCP.NET">www.EasyModbusTCP.NET</a> |
2 | 2 |
|
3 |
| -This is a fork of [GitHub - rossmann-engineering/EasyModbusTCP.NET: Modbus TCP, Modbus UDP and Modbus RTU client/server library for .NET implementations](https://github.com/rossmann-engineering/EasyModbusTCP.NET) |
| 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. |
4 | 7 |
|
| 8 | +<h2><a href="http://www.easymodbustcp.net">Implementation Guide and Codesamples: www.easymodbustcp.net</a></h2> |
5 | 9 |
|
| 10 | +Additional Software tools e.g. Modbus Server Simulator, makes software development fast and easy. |
6 | 11 |
|
7 |
| -we are using the GUI Tool ***EasyModbusAdvancedClient*** for testing modbus TCP |
| 12 | +Download Library (*.DLL) from NuGet or from: <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> |
8 | 13 |
|
9 |
| -* this tool is modified as it was missing some features |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +For JAVA-Version see: https://sourceforge.net/projects/easymodbustcp-udp-java/ |
| 18 | + |
| 19 | +Now available: Modbus RTU Slave for ATMEL ATMEGA microcontrollers |
| 20 | + |
| 21 | +See Also CRC-Checking Tool for RTU Frames: http://easymodbustcp.net/crc-calculation |
| 22 | + |
| 23 | +Supports Function Codes: |
| 24 | + |
| 25 | +- Read Coils (FC1) |
| 26 | +- Read Discrete Inputs (FC2) |
| 27 | +- Read Holding Registers (FC3) |
| 28 | +- Read Input Registers (FC4) |
| 29 | +- Write Single Coil (FC5) |
| 30 | +- Write Single Register (FC6) |
| 31 | +- Write Multiple Coils (FC15) |
| 32 | +- Write Multiple Registers (FC16) |
| 33 | + |
| 34 | + |
| 35 | +Modbus TCP, Modbus UDP and Modbus RTU client/server library |
| 36 | + |
| 37 | + |
| 38 | +Copyright (c) 2018-2020 Rossmann-Engineering |
| 39 | +Permission is hereby granted, free of charge, |
| 40 | +to any person obtaining a copy of this software |
| 41 | +and associated documentation files (the "Software"), |
| 42 | +to deal in the Software without restriction, |
| 43 | +including without limitation the rights to use, |
| 44 | +copy, modify, merge, publish, distribute, sublicense, |
| 45 | +and/or sell copies of the Software, and to permit |
| 46 | +persons to whom the Software is furnished to do so, |
| 47 | +subject to the following conditions: |
| 48 | + |
| 49 | +The above copyright notice and this permission |
| 50 | +notice shall be included in all copies or substantial portions of the Software. |
| 51 | + |
| 52 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 53 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 54 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 55 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
| 56 | +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, |
| 57 | +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE |
| 58 | +OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments