HI
I don’t know if I am doing thing right.
After read my CAN (B) I have a log about 30 seconds, I think enough to see the data.
Analyzing the data received from CAN 0x000C I read the offset 36, length 4 in order to check the language. The data[4] is 0xF4 (dec 244;bin 11110100) seeing the last 4 bits (0100 = dec4=Spanish), therefore, it is correct.
This meaning that I have reading OK.
But when I read the bit offset 25 (data[3] from the same Id) the value is 0x40 (dec 64;bin 01000000), I was very surprised because the value of the offset 25 is “1”. I understand that the “Mirror folding in with vehicle locking” is activate but it is not not active in my car. I understand that this bit is “1” when you close the car, the mirrors are folder automatically, and when the car is open, the mirrors are unfolder. In my car I can folder the mirror electrically but push a button. For me, this function is interested to have active.
Is this address bad documented? Or What is my error?
Thank you very much in advance.
HI
I don’t know if I am doing thing right.
After read my CAN (B) I have a log about 30 seconds, I think enough to see the data.
Analyzing the data received from CAN 0x000C I read the offset 36, length 4 in order to check the language. The data[4] is 0xF4 (dec 244;bin 11110100) seeing the last 4 bits (0100 = dec4=Spanish), therefore, it is correct.
This meaning that I have reading OK.
But when I read the bit offset 25 (data[3] from the same Id) the value is 0x40 (dec 64;bin 01000000), I was very surprised because the value of the offset 25 is “1”. I understand that the “Mirror folding in with vehicle locking” is activate but it is not not active in my car. I understand that this bit is “1” when you close the car, the mirrors are folder automatically, and when the car is open, the mirrors are unfolder. In my car I can folder the mirror electrically but push a button. For me, this function is interested to have active.
Is this address bad documented? Or What is my error?
Thank you very much in advance.