Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

AM-WD/AMWD.Protocols.Modbus

Open more actions menu

Repository files navigation

Modbus Protocol for .NET

Here you can find a basic implementation of the Modbus protocol.

NuGet Version

Overview

The project is divided into multiple parts.

To be mentioned at the beginning:
Only the clients are build very modular to fit any requirement reached on the first implementation back in 2018 (see here).
The server implementations will only cover their defaults!

Here you'll find all the common interfaces and base implementations for Modbus.

For example the default protocol versions: TCP, RTU and ASCII.

With this package you'll have anything you need to create your own client implementations.

This package contains some wrappers and implementations for the serial protocol. So you can use it out of the box to communicate via serial line ports / devices.

This package contains the default implementations for network communication via TCP. It uses a specific TCP connection implementation and plugs all things from the Common package together.


Published under MIT License (see choose a license)

About

Implementation of the Modbus protocol in .NET; containing ASCII, RTU and TCP.

Topics

Resources

Stars

Watchers

Forks

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.