Search code examples
javaandroidbluetoothobd-ii

Sending vehicle specific OBDII commands


Has anyone successfully sent a vehicle specific OBDII command through Bluetooth? I'm working on a Android app that sends OBDII commands to a OBDII Bluetooth adapter that will be connected to the cars OBDII port. But when I want to send a vehicle specific command with pires API I get NO DATA back as an answer. I've tested his other commands such as Voltage and they all work.

Any ideas?

edit: I've tested the troubleshooting codes in the README and it doesn't work.


Solution

  • The problem was the OBD adapter... I changed it to a different one, and now it works.