WildernessLabs / Meadow_Issues

Public repo for bugs and issues with Meadow
15 stars 0 forks source link

CAN Controller Query with timeout #762

Open upswing1 opened 3 months ago

upswing1 commented 3 months ago

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 commented 3 months ago

@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 commented 2 months ago

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.