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

CAN Controller Query with timeout #762

Open
upswing1 opened this issue Aug 10, 2024 · 2 comments
Open

CAN Controller Query with timeout #762

upswing1 opened this issue Aug 10, 2024 · 2 comments
Assignees

Comments

@upswing1
Copy link

The Can Controller could send a query with an expected response time. This will let know if the data was received for the given query

@ctacke ctacke self-assigned this Aug 14, 2024
@ctacke
Copy link
Contributor

ctacke commented Aug 14, 2024

@upswing1 I need more context here. Are you asking for the ability to send an RTR and wait for a response for it all in one awaitable call?

@upswing1
Copy link
Author

I am asking for the ability for the CAN controller to send queries with different timeouts and expect a response within a certain time frame. If the response is not received within the allocated time, it should trigger an event. This would allow for better error handling etc. The mechanism could also include retry logic when it fails to be received within the timeout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants