From ea2234c9a4c7c5e3fbfae2ca75e7fd3cee13151c Mon Sep 17 00:00:00 2001 From: "parallelbgls@outlook.com" Date: Tue, 19 Jan 2016 16:19:09 +0800 Subject: [PATCH] 2016-01-19 update 2 readme.md file change --- Modbus.Net/ModBus.Net/Properties/AssemblyInfo.cs | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Modbus.Net/ModBus.Net/Properties/AssemblyInfo.cs b/Modbus.Net/ModBus.Net/Properties/AssemblyInfo.cs index 54d21d2..3531e15 100644 --- a/Modbus.Net/ModBus.Net/Properties/AssemblyInfo.cs +++ b/Modbus.Net/ModBus.Net/Properties/AssemblyInfo.cs @@ -35,5 +35,5 @@ using System.Runtime.InteropServices; // 方法是按如下所示使用“*”: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.9.0923")] -[assembly: AssemblyFileVersion("0.2.9.0923")] \ No newline at end of file +[assembly: AssemblyVersion("0.4.0.0119")] +[assembly: AssemblyFileVersion("0.4.0.0119")] \ No newline at end of file diff --git a/README.md b/README.md index 6f3e93b..9f47449 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ An automation communication Library written by C#. Caution: I really want to implement the COM communication system, but nowaday Usb to Serial cable is really hard to be driven in Win8.1 and Win10. So finally, I'm really sorry to tell that the maintainence of ComConnector has been stopped. Although Modbus RTU will remain in this project, maintanence will also be stopped. And there are no future support for Modbus ASCII, Siemens PPI and Siemens MPI. +Caution2: In the current version, you can't get bit or set bit in this library. Please get a byte, change the bit value in the byte, and set to PLC. I will fix this bug in future. + Table of Content: * [Features](#features) * [Usage](#usage)