|
Post by mroberte on Jul 31, 2016 1:11:45 GMT
I have everything installed however, there is some long coding involved.
"You will need to go in to 42 and 52 > Byte 4 > Bits 4 and 6 = active. Check Byte 6 > Bit 0-3 should be variant 5."
Is there a way to get bit options to show variants? Or a work around?
Thanks!
|
|
|
Post by OBDeleven on Aug 6, 2016 9:30:04 GMT
Hi, 5 means that you need activate bit 0 and bit 2 in your Byte 6.
Bit 0-3 means that we take 4 bits, so 0000 - 0 1000 - 1 0100 - 2 1100 - 3 0010 - 4 1010 - 5 0110 - 6 1110 - 7 0001 - 8 1001 - 9 0101 - 10 (A) 1101 - 11 (B) 0011 - 12 (C) 1011 - 13 (D) 0111 - 14 (E) 1111 - 15 (F)
|
|