corygrant / DingoPDM_FW

MIT License
1 stars 4 forks source link

Upload/download sometimes doesn't see a lot of responses #8

Closed corygrant closed 6 months ago

corygrant commented 7 months ago

These messages always take a 2nd cycle to get a response:

These will usually get a response on the 2nd try

Sometimes many other messages will never receive a response. A power cycle fixes this issue

corygrant commented 6 months ago

Added a small wait (20ms) to the DingoConfigurator CanCommsHandler every time it sends a message, seems to have fixed the issue. I think the messages were being sent too fast and were being missed.