From 5c6a60189b87f01012c0664e7be825e7738d5961 Mon Sep 17 00:00:00 2001 From: toge Date: Thu, 23 Nov 2023 09:19:06 +0900 Subject: [PATCH] Add libserial (serial port library) (#1441) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a556c25..2453b66 100644 --- a/README.md +++ b/README.md @@ -1082,6 +1082,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [libenvpp](https://github.com/ph3at/libenvpp) - A modern C++ library for type-safe environment variable parsing. [Apache-2.0] * [libevil](https://github.com/avati/libevil) - The Evil License Manager. [GPLv3] * [libnih](https://github.com/keybuk/libnih) - A lightweight library of C functions and structures. [GPL2.1] +* [Libserial](https://github.com/crayzeewulf/libserial) - Serial Port Programming in C++. [BSD-3-Clause] * [libusb](https://libusb.info/) - A universal USB library which allows for portable access to USB devices. [LGPL2] * [Mach7](https://github.com/solodon4/Mach7) - A Pattern-matching library for C++. [BSD] * [mio](https://github.com/mandreyel/mio) - Cross-platform C++11 header-only library for memory mapped file IO. [MIT]