2016-01-19 update 2 readme.md file change

This commit is contained in:
parallelbgls@outlook.com
2016-01-19 16:19:09 +08:00
parent 5c93ef0718
commit ea2234c9a4
2 changed files with 4 additions and 2 deletions

View File

@@ -35,5 +35,5 @@ using System.Runtime.InteropServices;
// 方法是按如下所示使用“*”: // 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.2.9.0923")] [assembly: AssemblyVersion("0.4.0.0119")]
[assembly: AssemblyFileVersion("0.2.9.0923")] [assembly: AssemblyFileVersion("0.4.0.0119")]

View File

@@ -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. 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: Table of Content:
* [Features](#features) * [Features](#features)
* [Usage](#usage) * [Usage](#usage)