Unable to send ATZ command to ELM 327 after establishing connection with ELM327 in android

前端 未结 1 919
囚心锁ツ
囚心锁ツ 2020-12-11 07:25

I have written a code which is successfully able to find the paired OBD and establish the connection with ELM327 but when i am trying to send ATZ command the application get

相关标签:
1条回答
  • 2020-12-11 07:47

    The problem might be that after the prompt sign > no CR is sent from the ELM-device to the computer. If your serial input buffer is configured with termination by a CR, a timeout will happen.

    0 讨论(0)
提交回复
热议问题