Files
AMWD.Protocols.Modbus/docs/index.md

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 NuGet Version: Common Common data for Modbus protocol.
AMWD.Protocols.Modbus.Serial NuGet Version: Serial Implementation of the Modbus protocol communicating via serial line using RTU or ASCII encoding.
AMWD.Protocols.Modbus.Tcp NuGet Version: TCP Implementation of the Modbus protocol communicating via TCP.