1.4 KiB
1.4 KiB
_layout
| _layout |
|---|
| landing |
Modbus Protocol for .NET
This library implements the basic Modbus protocol specified at modbus.org.
The aim was to include all necessary steps to have a fully working client, which is capable of the common protocol versions.
NuGet packages
Here is an overview of the latest packages.
| Package Url | Version | Short description |
|---|---|---|
| AMWD.Protocols.Modbus.Common | Common data for Modbus protocol. | |
| AMWD.Protocols.Modbus.Serial | Implementation of the Modbus protocol communicating via serial line using RTU or ASCII encoding. | |
| AMWD.Protocols.Modbus.Tcp | Implementation of the Modbus protocol communicating via TCP. |