Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
labRemote
Manage
Activity
Members
Labels
Plan
Issues
58
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
22
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Berkeley Lab
labRemote
Merge requests
!61
Improvements to SerialCom
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Improvements to SerialCom
serialcom
into
devel
Overview
9
Commits
4
Pipelines
3
Changes
6
Merged
Karol Krizka
requested to merge
serialcom
into
devel
4 years ago
Overview
9
Commits
4
Pipelines
3
Changes
6
Expand
Use constant string reference instead of a string copy for write
Reuse string object on
read(std::string&)
Add configurable number stop bits, parity bit, hardware flow control and size of character
Throw
std::runtime_error
if an error is detected on read/write
👍
0
👎
0
Merge request reports
Activity
All activity
Filter activity
Deselect all
Approvals
Assignees & reviewers
Comments (from bots)
Comments (from users)
Commits & branches
Edits
Labels
Lock status
Mentions
Merge request status
Tracking
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Please
register
or
sign in
to reply
Mar 25, 2020
SerialCom: Add debug output of serial configurations. Get rid of device name-only constructor.
· df70ef83
Karol Krizka
authored
4 years ago
df70ef83
Fix includes.
· b58d707c
Karol Krizka
authored
4 years ago
b58d707c
Revert to using SerialCom::MAX_READ.
· 055ba2a5
Karol Krizka
authored
4 years ago
055ba2a5
Cleanup and documentation of SerialCom.
· 14f52a74
Karol Krizka
authored
4 years ago
14f52a74
Loading