Changes

181 bytes added ,  17:44, 18 February 2021
Line 355: Line 355:     
Security State Flag Examples:
 
Security State Flag Examples:
*1) Locked doors 00 80 00 00 30 00 00 05
+
*1) Locked doors <span style="background:#d4b991">00 80 00 00 30 00 00 05</span>
*2) Unlocked doors 00 80 00 00 00 00 00 05
+
*2) Unlocked doors <span style="background:#d4f991">00 80 00 00 00 00 00 05</span>
   −
Convert these HEX values to BIN values:
+
Convert HEX value to BIN value:
 +
 
 +
Then count 28'th BIT from the back
 
*1) 100000000000000000000000001<span style="background:#d4b991">1</span>0000000000000000000000000101
 
*1) 100000000000000000000000001<span style="background:#d4b991">1</span>0000000000000000000000000101
*2) 100000000000000000000000000<span style="background:#d4b991">0</span>0000000000000000000000000101
+
*2) 100000000000000000000000000<span style="background:#d4f991">0</span>0000000000000000000000000101
28'th BIT value shows if car is locked or unlocked
+
values shows if car is locked<span style="background:#d4b991">1</span> or unlocked<span style="background:#d4f991">0</span>
    
==In platform==
 
==In platform==
Anonymous user

Navigation menu