Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 597 Bytes

NModbusAsync

NModbusAsync is a striped to the bone version of NModbus library.

The only thing that left is Modbus over TCP and Modbus RTU over TPC masters.

The main difference and advantage of NModbusAsync is that all operations now utilize only asynchronous I/O.

Prerequisites

.NET Standart 2.1

Acknowledgments

Most of the code was originally written by the authors of NModbus library.

License

This project is licensed under the MIT License - see the LICENSE file for details.