mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Update README.md
This commit is contained in:
18
README.md
18
README.md
@@ -1,3 +1,9 @@
|
|||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
# MewtocolNet
|
# MewtocolNet
|
||||||
An easy to use Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.
|
An easy to use Mewtocol protocol library to interface with Panasonic PLCs over TCP/Serial.
|
||||||
|
|
||||||
@@ -43,6 +49,18 @@ Where is the RS232/Serial support?
|
|||||||
|
|
||||||
> Support for the serial protocol will be added soon, feel free to contribute
|
> Support for the serial protocol will be added soon, feel free to contribute
|
||||||
|
|
||||||
|
# Installing
|
||||||
|
|
||||||
|
Install this package by using [Nuget](https://www.nuget.org/packages/MewtocolNet/) or reference
|
||||||
|
```XML
|
||||||
|
<PackageReference Include="MewtocolNet" Version="0.2.5" />
|
||||||
|
```
|
||||||
|
in your dependencies.
|
||||||
|
Alternatively use the dotnet CLI and run
|
||||||
|
```Shell
|
||||||
|
dotnet add package MewtocolNet
|
||||||
|
```
|
||||||
|
|
||||||
# Protocol description
|
# Protocol description
|
||||||
|
|
||||||
Panasonic has published a [protocol definition](https://mediap.industry.panasonic.eu/assets/custom-upload/Factory%20&%20Automation/PLC/Manuals/mn_all_plcs_mewtocol_user_pidsx_en.pdf) on their site.
|
Panasonic has published a [protocol definition](https://mediap.industry.panasonic.eu/assets/custom-upload/Factory%20&%20Automation/PLC/Manuals/mn_all_plcs_mewtocol_user_pidsx_en.pdf) on their site.
|
||||||
|
|||||||
Reference in New Issue
Block a user