From baa5e183871f2c061787ad2eaf6f9f3faeefacfe Mon Sep 17 00:00:00 2001 From: arhiv6 Date: Thu, 28 Sep 2023 10:33:44 +0700 Subject: [PATCH] Add nanoMODBUS - MODBUS RTU/TCP C library nanoMODBUS - A compact MODBUS RTU/TCP C library for embedded/microcontrollers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d8cc96..09c5f66 100644 --- a/README.md +++ b/README.md @@ -158,6 +158,7 @@ Permanent URL to this list: https://github.com/iDoka/awesome-embedded-software * [xmodem](https://github.com/bsail/xmodem) - XMODEM Library for embedded, mobile, iot, and desktop systems. * [microrl](https://github.com/Helius/microrl) - Micro read line library for small and embedded devices with basic VT100 support. * [TinyFrame](https://github.com/MightyPork/TinyFrame) - Simple library for building and parsing data frames for serial interfaces (like UART / RS232). +* [nanoMODBUS](https://github.com/debevv/nanoMODBUS) - A compact MODBUS RTU/TCP C library for embedded/microcontrollers. ### Radio Frequency Protocols