Support For multiline responses
Posted: Thu Jan 29, 2015 12:40 am
I created an Android app that interfaces with a Bluetooth OBDII adapter. I've been successfully using the emulator for about a week now but ran into an issue where if you send multiple PIDs it only returns the first in the list. I've tried using my app with a few different OBDII adapters on my car and actually get the expected multi-line response.
For example I send:
(rpm, speed, intake air temp, throttle pos)
response:
Configuration:
atdp returns ISO 15765-4 (CAN 11/500)
The software is set to CAN 500Kbps/11bit
Please let me know if I'm missing something or if this is not supported.
- thanks
For example I send:
(rpm, speed, intake air temp, throttle pos)
Code: Select all
01 0C 0D 0F 11
response:
Code: Select all
41 0C 0F A0 << values returned only for 0C (rpm)
Configuration:
atdp returns ISO 15765-4 (CAN 11/500)
The software is set to CAN 500Kbps/11bit
Please let me know if I'm missing something or if this is not supported.
- thanks