From 23c2b0efb4dbe6ee7b31654db2170a8d4ec66371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:20:25 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0039653..88c9645 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,10 @@ This software was written by WOLF Medizintechnik GmbH (@WOmed/dev). - [x] Read out stats from your PLC - [x] Read and write registers in real time -- [X] Dynamic register type casting from properties -- [ ] Change run / prog modes -- [ ] Write byte blocks in a whole chain -- [ ] Upload programs to the PLC -- [ ] Download programs from the PLC +- [x] Dynamic register type casting from properties +- [x] Change run / prog modes +- [x] Write / read byte blocks in a whole chain +- [ ] Upload / Download programs to the PLC - [ ] Reading / writing PLC system registers # Support From a639a8eda8cc8b17cb116f154aa9c39003c731dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 21 Jun 2022 14:31:29 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88c9645..98f217e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Where is the RS232/Serial support? Install this package by using [Nuget](https://www.nuget.org/packages/MewtocolNet/) or reference ```XML - + ``` in your dependencies. Alternatively use the dotnet CLI and run