Roadmap update and change license to MIT
This commit is contained in:
15
README.md
15
README.md
@@ -1,8 +1,12 @@
|
||||
Modbus.Net
|
||||
===================
|
||||
|
||||
(Document Version 1.1.0)
|
||||
|
||||
An hardware communication Library written by C#.
|
||||
|
||||
Two Cautions will be removed in version 1.2.0
|
||||
|
||||
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.
|
||||
@@ -490,4 +494,15 @@ public class AddressTranslatorNA200H : AddressTranslator
|
||||
public override KeyValuePair<int, int> AddressTranslate(string address, bool isRead)
|
||||
}
|
||||
```
|
||||
##RoadMap
|
||||
|
||||
###Version 1.2.0
|
||||
|
||||
Modbus ASCII Support (Not test)
|
||||
Siemens PPI Support (Complete)
|
||||
Siemens MPI Support (Not Complete)
|
||||
OPC Write Data (Not test)
|
||||
ComConnector (Complete)
|
||||
Get and set bit value (Complete)
|
||||
New Protocal Pipeline System (Not Complete)
|
||||
Unit test (Not Complete)
|
||||
Reference in New Issue
Block a user