From 3518fa3338594b4265e315c92578c18b8235af1e Mon Sep 17 00:00:00 2001 From: parallelbgls Date: Fri, 19 May 2017 16:37:54 +0800 Subject: [PATCH] Add roadmaps. --- Modbus.Net/Modbus.Net/README.md | 2 +- README.md | 31 ++++++++++++++++++++++++++++++- 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/Modbus.Net/Modbus.Net/README.md b/Modbus.Net/Modbus.Net/README.md index fac42f7..f096d6d 100644 --- a/Modbus.Net/Modbus.Net/README.md +++ b/Modbus.Net/Modbus.Net/README.md @@ -20,7 +20,7 @@ Table of Content: * OPC DA protocal. * All communications could be asynchronized. * A task manager that you can easily manage multiple connections. -* .NET Framework 4.5 and Visual Studio 2015 support. +* .NET Framework 4.5 and Visual Studio 2017 support. ## Usage diff --git a/README.md b/README.md index 97f4b86..4aacd09 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,36 @@ Platform Supported * OPC Regex comparer for tags (Complete) ### Version 1.3.0 -* .NET Core Support (Not Test) +* .NET Core Support (Complete) +* Fix a bug in BaseMachine (Complete) + +### Version 1.3.1 +* InputStruct -> IInputStruct, OutputStruct -> IOutputStruct (Complete) +* Generic Method For ProtocalUnit (Complete) + +### Version 1.3.2 +* Add Interface IMachineMethod and IUtilityMethod. Utiltiy and Machine can extend function using interface (Not Tested) + +### Version 1.3.3 +* TaskManager Remake (Not Tested) + +### Version 1.3.4 +* A Serial Port now can connect to multiple machines using same protocol with different slave address (Not Tested) + +### Version 1.3.5 +* New log system using serilog (Not Tested) + +### Version 1.3.6 +* Add gereric Type for BaseConnector, now protocol developer can pass any type to BaseConnector not only byte[] (Not Tested) +* Add more gereric types in Modbus.Net to support this function (Not Tested) +* Add more interfaces to make them completed in Modbus.Net (Not Tested) +* Support this function in Modbus.Net.OPC (Not Tested) + +### Version 1.3.7 +* AddressCombiner need to add maximum length now. Combiner will consider the maximum length when combining addresses (Not Tested) + +### Version 1.3.8 +* Change Resx to app.config or appsettings.json, now you can set default params there (Not Tested) ### Version 1.4.0 * New Protocal Pipeline System (In Road)