View Single Post
      12-22-2011, 02:17 AM   #17
Rotary Rasp
Lieutenant Colonel
Rotary Rasp's Avatar
241
Rep
1,857
Posts

Drives: 2009 E92 335i 6MT
Join Date: Aug 2008
Location: SoCal - Torrance

iTrader: (6)

Quote:
Originally Posted by srwatters View Post
This is only conjecture, but if you look at it in binary and mask off the least significant two bits (11) that aren't changing and ignore the top three bits, you see this:

0x27 = xxx0 01xx = 1
0x2f = xxx0 11xx = 3
0xbb = xxx1 10xx = 6

Did you try 0x3b or 0x1b? If that also gives you 6 blinks, then my hypothesis would hold. If it doesn't, then the top three bits might have other usage. I would also try 0x17 or 0x37 to see if that results in 5 blinks or 0x13 or 0x33 to get 4.

(I write embedded controller software for a living so this is sort of like a second language...)
You are 100% correct 0x17 = 5 blinks and 0x13 = 4 blinks.

Now please explain the logic?
__________________
Appreciate 0