Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Serial-IO
/
cpp-core
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
2
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Feat/serial helpers
- #24
#24
Merged
Katze719
merged 14 commits into
main
Serial-IO/cpp-core:main
from
feat/serial-helpers
Serial-IO/cpp-core:feat/serial-helpers
Copy head branch name to clipboard
Sep 6, 2026
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Feat/serial helpers
#24
Katze719
merged 14 commits into
main
Serial-IO/cpp-core:main
from
feat/serial-helpers
Serial-IO/cpp-core:feat/serial-helpers
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
feat: enhance serial configuration with flow control and timeout settings
Katze719
committed
de812c2
View commit details
Copy full SHA for de812c2
Browse repository at this point
feat: update serial interface to use const char* and std::uint8_t for port and buffer types
Katze719
committed
b394de5
View commit details
Copy full SHA for b394de5
Browse repository at this point
feat: remove deprecated serial read functions and update tests
Katze719
committed
413041a
View commit details
Copy full SHA for 413041a
Browse repository at this point
feat: replace get_version interface with meta for library metadata retrieval
Katze719
committed
952a07d
View commit details
Copy full SHA for 952a07d
Browse repository at this point
feat: remove unused library name and version string without 'v' from metadata
Katze719
committed
7fd1b19
View commit details
Copy full SHA for 7fd1b19
Browse repository at this point
feat: update reflection tests to correct public field count for Meta
Katze719
committed
40d2ec9
View commit details
Copy full SHA for 40d2ec9
Browse repository at this point
feat: enhance metadata struct with detailed comments for clarity
Katze719
committed
a9a0144
View commit details
Copy full SHA for a9a0144
Browse repository at this point
feat: refactor serial configuration to use strong types for data bits, parity, stop bits, and flow control
Katze719
committed
da23b56
View commit details
Copy full SHA for da23b56
Browse repository at this point
Refactor serial interface headers to remove C linkage wrappers
Show description for 2de9609
Katze719
committed
2de9609
View commit details
Copy full SHA for 2de9609
Browse repository at this point
feat: introduce PortEvent enum and update serialMonitorPorts callback signature
Katze719
committed
ae8c866
View commit details
Copy full SHA for ae8c866
Browse repository at this point
feat: add serialSetEventCallback function and update related types for event handling
Katze719
committed
fff8292
View commit details
Copy full SHA for fff8292
Browse repository at this point
feat: add serialWaitForDrain function and update related tests and headers
Katze719
committed
b9aaeba
View commit details
Copy full SHA for b9aaeba
Browse repository at this point
Commits on Sep 3, 2026
feat: update serial getter functions to return strong types and enhance type safety
Katze719
committed
c4f6897
View commit details
Copy full SHA for c4f6897
Browse repository at this point
Commits on Sep 6, 2026
feat: clarify documentation for serialInBytesWaiting function
Katze719
committed
5d62e1c
View commit details
Copy full SHA for 5d62e1c
Browse repository at this point
You can’t perform that action at this time.