pull down to refresh
Because the top 2 bits invalidate the version string as valid version bits (and the 3rd bit must be set). So if anything isn't 0x2....... (or 0x3 if tracking bit 28) then it's not a valid activation.
reply
pull down to refresh
Because the top 2 bits invalidate the version string as valid version bits (and the 3rd bit must be set). So if anything isn't 0x2....... (or 0x3 if tracking bit 28) then it's not a valid activation.
why does your mask include the high
0xEif you're only tracking bits 3 and 4 ?