L67 Knock Check
Re: L67 Knock Check
Is their anyway to bring up "knock detected" in the monitors page, like the way knock retard is displayed? Is it the "knock detected" under "Item list" that tells of true knock?
Re: L67 Knock Check
you can't view Bitmasks in the monitor, i have asked for this to be put into tunerpro before as efilive had it and was usefull but never heard back.
Re: L67 Knock Check
you can.
add a new value corresponding to the byte containing the bitflag that you want. (byte 0x21?)
in the conversion use an equation like this: X & 0x01
this will perform a bitwise AND on the byte and will mask the first bit (which is knock detected in this case)
add a new value corresponding to the byte containing the bitflag that you want. (byte 0x21?)
in the conversion use an equation like this: X & 0x01
this will perform a bitwise AND on the byte and will mask the first bit (which is knock detected in this case)
Re: L67 Knock Check
you little cookie, totally evaded me 
