-
Notifications
You must be signed in to change notification settings - Fork 224
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_init shopuld be public #432
Comments
No. That should be handled on higher level on tNMEA2000, since also it has to be restarted. I have that on my version, but have not published it. |
My driver is detecting when the CAN bus is down and then back up again. It is successful in doing the bus recovery, but the library doesn't work after that without a restart. Couldn't the higher level library make use of this info to restart and redo the address claim etc? So i.e. hot-plugging the bus doesn't work without adding my own application code? Please advise on how best to do this. EDIT: I.e. can my application code just call NMEA2000.Open(); again? Or do I need to destruct and construct the object again? |
Email me directly so I can send you some instructions. |
Then the application can call CAN_Ini if, for whatever reason, communication can not be established upon starting EPS32. In my case ESP32 is tarted before power to NMEA was provided.
The text was updated successfully, but these errors were encountered: