2017-03-11 update 1 Add .Net Standard Library.

This commit is contained in:
parallelbgls
2017-03-11 13:26:22 +08:00
parent dbd329e9ba
commit a0597a5a16
40 changed files with 852 additions and 559 deletions

View File

@@ -3,7 +3,7 @@ Modbus.Net Oveview
Overview
-------------------
Modbus.Net is an open hardware communication platform written by C# 6.0.
Modbus.Net is an open hardware communication platform written by C# 7.0.
You can only focusing on the protocal itself, and the platform can automaticaly create a full asynchronized or synchronized communication library.
@@ -15,12 +15,13 @@ The real Modbus Implementation has been moved to Modbus.Net.Modbus. If you want
There are also "Modbus.Net.Siemens" that can communicate to Siemens S7-200, S7-200 Smart, S7-300, S7-400, S7-1200, S7-1500 using PPI or TCP/IP.
"Modbus.Net.OPC" Implements OPC DA protocal.
"Modbus.Net.OPC" Implements OPC DA and OPC UA protocal.
Platform Supported
-------------------
* Visual Studio 2015
* Visual Studio 2017
* .Net Framework 4.5
* .Net Standard 1.5
##RoadMap
@@ -43,14 +44,15 @@ Platform Supported
* Name mode in TaskManager (Complete)
###Version 1.2.4
* OPC UA Support (In Road)
* OPC UA Support (Complete)
* OPC Regex comparer for tags (Complete)
###Version 1.3.0
* .NET Core Support (Not complete)
###Version 1.4.0
* New Protocal Pipeline System (In Road)
* New ComConnector (In Road)
* Multi station Modbus RTU, ASCII and Siemens PPI (In Road)
* Siemens MPI Support (In Road)
* Github wiki Document (In Road)
###Version 1.4.0
* .NET Core Support (In Road)