Read Part Number
Posted: 15 Mar 2020, 11:12
Hello, i try to read the part number of my Instrument cluster (I have a kuga MK1) an i have problems to decode last digits.
to read i send and received next sequences:
Send-----> 720 03 22 E2 1A 00 00 00 00
Receive-> 728 07 62 E2 1A 38 56 34 54 from this sequence i read next digits: 38 56 34 54 from hex to ASCII is next: 8 V 4 T
Send-----> 720 03 22 E2 17 00 00 00 00
Receive-> 728 07 62 E2 17 01 00 08 49 from this sequence i read next digits: 01 00 08 49 and take next red digits: 01 00 08 49
Now i have next number 8v41-10849- But i need decode last digits. to read last digits i send next sequence:
Send-----> 720 03 22 E2 19 00 00 00 00
Receive-> 728 05 62 E2 19 0C 09 00 00 from here i need read 0C 09 i read the instrument cluster with elmconfig and 0C is G and 09 is K
but i dont know the logic to read another codes, i have another instrument cluster and the can bus returned 14 09, and 14 is L and 09 is K
Any idea to decode all letters?
i put numbers to all letters example:
A-0 B-1 C-2 D-3 E-4 F-5 G-6 but G is 0C.....
any sugestions or infromation from this
PD: after read PCM serial returned number 49, and this number are two letters "AM"
to read i send and received next sequences:
Send-----> 720 03 22 E2 1A 00 00 00 00
Receive-> 728 07 62 E2 1A 38 56 34 54 from this sequence i read next digits: 38 56 34 54 from hex to ASCII is next: 8 V 4 T
Send-----> 720 03 22 E2 17 00 00 00 00
Receive-> 728 07 62 E2 17 01 00 08 49 from this sequence i read next digits: 01 00 08 49 and take next red digits: 01 00 08 49
Now i have next number 8v41-10849- But i need decode last digits. to read last digits i send next sequence:
Send-----> 720 03 22 E2 19 00 00 00 00
Receive-> 728 05 62 E2 19 0C 09 00 00 from here i need read 0C 09 i read the instrument cluster with elmconfig and 0C is G and 09 is K
but i dont know the logic to read another codes, i have another instrument cluster and the can bus returned 14 09, and 14 is L and 09 is K
Any idea to decode all letters?
i put numbers to all letters example:
A-0 B-1 C-2 D-3 E-4 F-5 G-6 but G is 0C.....
any sugestions or infromation from this
PD: after read PCM serial returned number 49, and this number are two letters "AM"