Skip to content
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

Use Ack information (timeout and framing error)[NEW FEATURE] #364

Open
Salem-Tho opened this issue Sep 15, 2022 · 0 comments
Open

Use Ack information (timeout and framing error)[NEW FEATURE] #364

Salem-Tho opened this issue Sep 15, 2022 · 0 comments
Assignees
Labels
advanced Advanced skills are needed for this subject

Comments

@Salem-Tho
Copy link
Member

an robus ackwnoledge protocol is composed by :

  • identifier : 0xF Always this value in case to detect a wrong byte
  • rx_error : CRC wrong
  • rx_timeout : timeout receive before ACK
  • rx_framing_error : flag framing error is raise during the reception (possible collision with another frame)

Only rx error is used to "ACK or NACK" a frame the two other one is just information and we should use it and maybe add a new flag for user information

@Salem-Tho Salem-Tho added the advanced Advanced skills are needed for this subject label Sep 15, 2022
@Salem-Tho Salem-Tho self-assigned this Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
advanced Advanced skills are needed for this subject
Projects
None yet
Development

No branches or pull requests

1 participant