|
2012-08-28
, 19:45
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#132
|
1 Application started
1 Opening Interface (serial port)
1 Interfaces successfully /dev/rfcomm() opened
1 Connecting to ECU...
3 Send command:atz
|
2012-08-29
, 09:47
|
Posts: 6 |
Thanked: 17 times |
Joined on Aug 2012
@ Ljubljana
|
#133
|
Hi,
First of all, I only have one DTC P0135, and that has been tested with "proper" diagnostic software with my bluetooth ELM327..
Code:Send: 0101 data: 41 01 81 07 61 21 Number of stored DTC:1 MIL: 1 Send: 03 DTC result:43 01 35 00 00 00 00 Send: 07 DTC freeze result:47 00 00 00 00 00 00 Value : P0309 Active Cylinder 9 Misfire Detected
I tried the latest version with my Mercedes W203 today and had sadly only partial success. Other OBD applications (Android) work generally without problems. I'm using a normal ELM327 adapter.
Any idea why nothing happens after "Send command:atz"?
The Following 4 Users Say Thank You to GizmoXomziG For This Useful Post: | ||
|
2012-08-29
, 16:44
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#134
|
The Following User Says Thank You to m750 For This Useful Post: | ||
|
2012-08-29
, 18:12
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#135
|
|
2012-08-29
, 18:53
|
Posts: 11 |
Thanked: 13 times |
Joined on Feb 2012
|
#136
|
The Following 2 Users Say Thank You to wictor For This Useful Post: | ||
|
2012-08-29
, 19:12
|
Posts: 6 |
Thanked: 17 times |
Joined on Aug 2012
@ Ljubljana
|
#137
|
|
2012-08-29
, 19:35
|
Posts: 11 |
Thanked: 13 times |
Joined on Feb 2012
|
#138
|
A question:
(P) 0135 -> 135 is a decimal number
135 converted in hex is 87
(43) 01 35 -> 135 is expresset in hex, converted in decimal: 309
Or not?
The Following 5 Users Say Thank You to wictor For This Useful Post: | ||
|
2012-08-29
, 21:16
|
Posts: 543 |
Thanked: 151 times |
Joined on Feb 2010
@ Germany
|
#139
|
|
2012-08-30
, 05:24
|
Posts: 11 |
Thanked: 13 times |
Joined on Feb 2012
|
#140
|
I tried the latest version with my Mercedes W203 today and had sadly only partial success. Other OBD applications (Android) work generally without problems. I'm using a normal ELM327 adapter.
Log (Trace):
Any idea why nothing happens after "Send command:atz"?
while 1: #until error is returned try to connect try: self.send_command("atz") # initialize time.sleep(0.2) # try here 0.5 for example
The Following User Says Thank You to wictor For This Useful Post: | ||
First of all, I only have one DTC P0135, and that has been tested with "proper" diagnostic software with my bluetooth ELM327..
Here is my trace:
//Wictor