Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork48
Sync issue when host sends multiple signon requests#16
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
If the host sends a signon but does not get a SYNC response it will send again. This will lead to being out of sync with data in the rx buffer that is not consumed. To avoid this we consume all extra host bytes before sending a INSYNC reply.
Co-Authored-By: f34rdotcom <coder@f34r.com>
Co-Authored-By: f34rdotcom <coder@f34r.com>
f34rdotcom commentedSep 26, 2020
I am not sure how I can set my git repo back to that point so I can fix it :( |
I have now fixed the formatting@f34rdotcom. I appreciate your interest in getting the CI status to ✔️! |
CLAassistant commentedApr 9, 2021
|
Moved fromarduino/Arduino#8133 by@f34rdotcom
If the host sends a signon but does not get a SYNC response it will send again. This will lead to being out of sync with data in the rx buffer that is not consumed. To avoid this we consume all extra host bytes before sending a INSYNC reply.