awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
crayzeewulf avatar

crayzeewulf/libserial

0
View on GitHub↗
490 stars·149 forks·C++·BSD-3-Clause·10 views

Libserial

Serial Port Programming in C++

Features

  • Serial Port Communication - C++ library for serial port programming.

Star history

Star history chart for crayzeewulf/libserialStar history chart for crayzeewulf/libserial

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Libserial

Similar open-source projects, ranked by how many features they share with Libserial.
  • serialport/node-serialportserialport avatar

    serialport/node-serialport

    5,986View on GitHub↗

    Node-Serialport is a Node.js library that provides cross-platform serial port access for JavaScript applications. It wraps native serial port operations into a stream-based abstraction, enabling consistent read and write behavior across Linux, macOS, and Windows without requiring platform-specific code. The library includes a mock serial port implementation that uses in-memory streams for testing code without physical hardware, and a parser stream pipeline that transforms raw binary data into structured messages using delimiters, line endings, or fixed byte lengths. It also provides command-l

    TypeScriptelectronhardwareiot
    View on GitHub↗5,986
  • boostorg/asioboostorg avatar

    boostorg/asio

    1,587View on GitHub↗

    Boost.org asio module

    C++
    View on GitHub↗1,587
  • chriskohlhoff/asiochriskohlhoff avatar

    chriskohlhoff/asio

    5,896View on GitHub↗

    Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that avoids blocking program execution. It provides a portable, cross-platform interface for network socket communication across different operating systems, and manages multiple asynchronous operations without requiring explicit thread management or locking. The library implements a proactor-based asynchronous model where operations post completion handlers to a queue for later execution, and wraps operating system I/O multiplexing mechanisms like epoll, kqueue, IOCP, and select in

    C++
    View on GitHub↗5,896
  • itas109/cserialportitas109 avatar

    itas109/CSerialPort

    895View on GitHub↗

    CSerialPort - lightweight cross-platform serial port library and protocol parsing for C++/C/C#/Java/Python/Node.js/Electron/Rust

    C++
    View on GitHub↗895
See all 5 alternatives to Libserial→

Frequently asked questions

What does crayzeewulf/libserial do?

Serial Port Programming in C++

What are the main features of crayzeewulf/libserial?

The main features of crayzeewulf/libserial are: Serial Port Communication.

What are some open-source alternatives to crayzeewulf/libserial?

Open-source alternatives to crayzeewulf/libserial include: serialport/node-serialport — Node-Serialport is a Node.js library that provides cross-platform serial port access for JavaScript applications. It… boostorg/asio — Boost.org asio module. chriskohlhoff/asio — Asio is a C++ library for performing network and low-level I/O operations using a consistent asynchronous model that… itas109/cserialport — CSerialPort - lightweight cross-platform serial port library and protocol parsing for… wjwwood/serial — Cross-platform, Serial Port library written in C++.