diff --git a/Modbus.Net/Modbus.Net/README.md b/Modbus.Net/Modbus.Net/README.md index 6831459..67336e3 100644 --- a/Modbus.Net/Modbus.Net/README.md +++ b/Modbus.Net/Modbus.Net/README.md @@ -63,6 +63,10 @@ Manage several types of Protocol to a same calling interface. Shows the Hardware PLC or other types of machine and implement a high level send and receive api. +### Job + +A job implementation by Quartz. + ### AddressFormater Format address from definite address to string. @@ -76,6 +80,7 @@ Translate address from string to definite address. Combine duplicated addresses to organized addresses, each organized addresses communicate once to a device. ## Tutorial + This platform has three level APIs that you could use: Low level API called "BaseUtility"; Middle level API called "BaseMachine" ### Utility diff --git a/README.md b/README.md index 24db89c..61c1297 100644 --- a/README.md +++ b/README.md @@ -23,5 +23,5 @@ Supported Platforms Thanks ------------------- -Quartz - Job Scheduler -Serilog - Logging \ No newline at end of file +* Quartz - Job Scheduler +* Serilog - Logging \ No newline at end of file