Black-Adam-jr
Results
2
comments of
Black-Adam-jr
Hello guys. Hope everybody doing great! The `else if ((numExpectedBytes * 2) == numPayChars) {` solves the problem for me if I want to get just one pid information. RPM...
.....UPDATE...... I somehow solved the previous problem by editing my loop. ``` void loop() { switch (obd_state) { case ENG_RPM: { rpm = myELM327.rpm(); if (myELM327.nb_rx_state == ELM_SUCCESS) { Serial.print("rpm:...