This commit is contained in:
Felix Weiß
2022-06-21 15:54:31 +02:00

View File

@@ -18,11 +18,10 @@ This software was written by WOLF Medizintechnik GmbH (@WOmed/dev).
- [x] Read out stats from your PLC - [x] Read out stats from your PLC
- [x] Read and write registers in real time - [x] Read and write registers in real time
- [X] Dynamic register type casting from properties - [x] Dynamic register type casting from properties
- [ ] Change run / prog modes - [x] Change run / prog modes
- [ ] Write byte blocks in a whole chain - [x] Write / read byte blocks in a whole chain
- [ ] Upload programs to the PLC - [ ] Upload / Download programs to the PLC
- [ ] Download programs from the PLC
- [ ] Reading / writing PLC system registers - [ ] Reading / writing PLC system registers
# Support # Support
@@ -54,7 +53,7 @@ Where is the RS232/Serial support?
Install this package by using [Nuget](https://www.nuget.org/packages/MewtocolNet/) or reference Install this package by using [Nuget](https://www.nuget.org/packages/MewtocolNet/) or reference
```XML ```XML
<PackageReference Include="MewtocolNet" Version="0.2.5" /> <PackageReference Include="MewtocolNet" Version="0.3.0" />
``` ```
in your dependencies. in your dependencies.
Alternatively use the dotnet CLI and run Alternatively use the dotnet CLI and run