LOW_MSB
#define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC || LOW_MSB(p) == MAGIC2)
if (LOW_MSB(buf) == MAGIC2) {
#define MyNumber(n) (short) LOW_MSB(n)