View Single Post
      12-21-2011, 05:41 PM   #13
srwatters
Second Lieutenant
srwatters's Avatar
146
Rep
277
Posts

Drives: '23 M340i, '16 X3
Join Date: Jul 2011
Location: West Plano, TX

iTrader: (0)

Garage List
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...)
__________________
Current - 23 G20 M340i, 16 F25 X3 2.8i xdrive
Gone - 19 F87 M2C, 11 E90 335i, 08 E70 X5 3.0i, 04 E46 330i, 95 E36 M3
Appreciate 0