Hi. I am an App Inventor beginner and need help. :)
I'm trying to develop an android app that communicates with an OBD II device with bluetooth integrated (ELM 327).
My app is already communicating with the OBD II device and I am trying to send a code to request the RPM of the vehicle (PID 010C) but the ELM327 does not return the correct answer, it returns the same code that I sent.
nke in my app), but the terminal has the option \r\n to send the PID code with this command and when I check this option the ELM 327 returns a correct answer.
Conclusion: Maybe I am not sendind the \r\n command in my app and I trying a lot to send it, but it don't works.
I send 01 0C and expects the answer 41 01 xx xx , where xx xx is the rpm in hexadecimal.
Anyone can help me how to resolve this problem?
My last block is in the image attached.
Thanks!
