From febc4ead342b6754bd32bc4db1eead6d68d1b411 Mon Sep 17 00:00:00 2001 From: toge Date: Sat, 16 Dec 2023 22:21:33 +0900 Subject: [PATCH] Add CSerialPort (serial port library) (#1474) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa51acb..654302c 100644 --- a/README.md +++ b/README.md @@ -1080,6 +1080,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Cheat Sheets of HackingCPP](https://hackingcpp.com/cpp/cheat_sheets.html) - Cool cheat sheets and infographics for algorithms, views, containers, randomness, etc. * [Concord](https://github.com/Cogmasters/concord) - A Discord API wrapper library written in C. [MIT] [website](https://cogmasters.github.io/concord) * [CPPItertools](https://github.com/ryanhaining/cppitertools) - Range-based for loop add-ons inspired by the Python builtins and itertools library. [BSD-2-Clause] +* [CSerialPort](https://github.com/itas109/CSerialPort) - lightweight cross-platform serial port library. [LGPL3] * [date](https://github.com/HowardHinnant/date) - A date and time library based on the C++11/14/17 header. [MIT] [website](https://howardhinnant.github.io/date/date.html) * [D++ (DPP)](https://github.com/brainboxdotcc/DPP) - A lightweight, high performance and scalable C++ library for creating Discord Bots. [Apache2] [website](https://dpp.dev) * [DuckX](https://github.com/amiremohamadi/DuckX) - C++ library for creating and modifying Microsoft Word (.docx) files. [MIT]