-
You Reply: Ok, tried my first sketch, deleted and redownloaded the latest library and all is fine now :D
Problem closed! ;)
-
You Reply: Tried different baudrates but always stuck at connection... suggestions?
-
You Reply: Checkin with Android on Torque and BT adapter I found (with auto detect) the interface uses ISO 9141-2. After the protocol the interface says 5 baud. I tried to force this rate
// #define OBD_SERIAL_BAUDRATE 38400 //original one
#define OBD_SERIAL_BAUDRATE 5000
Maybe I should set 4800 as it is a standard?
Seraching on wiki I found this protocol uses 10.4 kBaud... think I should also tr 10400.
-
You Reply: The car is a '07 Lotus Exige. Using a BT OBD adapter and Torque on android I can correctly get a lot of stuff so I think there's no problem with the ECU interface. Can u suggest me a simple sketch to test your adapter if mine isn't good? Thank you!