Paul Abbott
Paul Abbott
Also, the linux build instructions are missing this final critical step `sudo make install`, otherwise, I couldn't find the built binary anywhere. ``` ... sudo make install ... Install the...
This looks like the same crash as reported in here: #725 #621 #414 The fix suggested by [@TadayukiOkada ](https://github.com/collin80/SavvyCAN/issues/621#issuecomment-1637605255) fixes the issue. The steps are pretty straightforward: ```sh # Open...
The controller/driver choice shouldn't matter for the purposes of this PR. The model that I'm proposing should work for any controller/driver. I don't think that error detection and restart logic...