-
Notifications
You must be signed in to change notification settings - Fork 74
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
Unit test send_recv
fails
#79
Comments
From this comment in I found that setting the baud_rate to 0 on 89&92 @ test_serialstream.rs causes the test to pass. I do intend to investigate this further and I'll make a branch. |
I was having the same problem and this solved my issue. Thanks a lot. |
I don't know if this is still relevant for you'all, but if you call Seems like the change on setting |
For what it's worth, hit a similar weird issue myself today:
Thus it seems there's a wonkier deeper issue. On Linux with the g_serial driver, I have to use |
Using Debian WSL.
To reproduce:
libasound2-dev
cargo test -j1 -- --test-threads=1
Output:
The text was updated successfully, but these errors were encountered: