-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend SerialPort #1601
base: master
Are you sure you want to change the base?
Extend SerialPort #1601
Conversation
8ecd172
to
9e2ec49
Compare
Adding software flow control parameter xonoff to SerialPort. Signed-off-by: Sebastian Bergt <[email protected]>
15edde9
to
8d1e7fa
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #1601 +/- ##
========================================
- Coverage 55.8% 55.8% -0.1%
========================================
Files 170 170
Lines 13377 13382 +5
========================================
+ Hits 7469 7471 +2
- Misses 5908 5911 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good, usage.rst
needs to be updated.
@Emantor thank you for the quick review and comment :)
I am happy to update |
I meant the CI failure which complains about an argument mismatch. |
Signed-off-by: Sebastian Bergt <[email protected]>
Signed-off-by: Sebastian Bergt <[email protected]>
a9d6c9e
to
ee3c5d1
Compare
@Emantor when testing xonoff with the exporter, I am running into issues: Could you give me a hint how to fix this, please?
|
Is the labgrid inside of your venv running with this PR? It looks like the |
Yes, I installed it from my branch like so: |
Note that you can also install into a local venv via |
Just changed the installation to venv, git clone ... and pip install. Apparently it has the correct file, but the exporter keeps failing nevertheless, if I use the xonoff attribute :(
|
Turned out to be a hard to spot typo |
Description
Adding software flow control parameter xonoff to SerialPort, since otherwise I could not get my current board to run with labgrid.
Checklist
A library feature which other developers can use: