You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
The Elmduino-ELM327 connect function is called in Setup function. However i want it in Loop function.
During operation if connection between Arduino and Elm327 is lost e.g if i plug out elm327 and then reconnect, then data cannot be read until new connection is established between Arduino and elm327. Can someone suggest the code snippet for that.
Thanks
The text was updated successfully, but these errors were encountered:
I created testConnectivity() function at the end of loop ()
it simply does the same as in setup () but has condition if (!myELM327.connected) { connect steps from setup() here }
Hello
The Elmduino-ELM327 connect function is called in Setup function. However i want it in Loop function.
During operation if connection between Arduino and Elm327 is lost e.g if i plug out elm327 and then reconnect, then data cannot be read until new connection is established between Arduino and elm327. Can someone suggest the code snippet for that.
Thanks
The text was updated successfully, but these errors were encountered: