luosheng 092374922d Add stop
2023-02-17 16:15:08 +08:00
2023-02-17 15:46:20 +08:00
2023-02-17 16:15:08 +08:00
2014-07-23 14:23:31 +08:00
2023-02-13 13:39:06 +08:00
2023-02-12 08:41:50 +08:00

Modbus.Net Overview

Overview

Modbus.Net is an open hardware communication platform.

You can focus on the protocol itself and the platform can automatically create a full asynchronous or synchronous communication library.

Why is it called Modbus.Net

Modbus.Net was open sourced two years ago when I graduated. The first target of this project was to implement remote PLC communication using Modbus TCP. Half a year later the company decide to use a IoT hardware, then a more universal architecture was required. The main platform changed to a universal communication platform. Despite all these changes the name "Modbus.Net" stuck.

The real Modbus Implementation has been moved to Modbus.Net.Modbus. If you want a real Modbus C# implementation, please download Modbus.Net and Modbus.Net.Modbus at the same time.

There is also Modbus.Net.Siemens that can communicate with Siemens S7-200, S7-200 Smart, S7-300, S7-400, S7-1200 and S7-1500 using PPI or TCP/IP.

Supported Platforms

  • Visual Studio 2022
  • .NET 6.0

Thanks

  • Quartz - Job Scheduler
  • Serilog - Logging
Description
No description provided
Readme MIT 44 MiB
Languages
C# 100%