From f5b3f2c27da5ae5f073261a7659c167bc221cae1 Mon Sep 17 00:00:00 2001 From: luosheng Date: Sun, 12 Feb 2023 08:41:50 +0800 Subject: [PATCH] Readme fix --- Modbus.Net/Modbus.Net/README.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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