STATE_CHKSUM
rx->state = (rx->len > 0) ? STATE_DATA : STATE_CHKSUM;
rx->state = STATE_CHKSUM;
case STATE_CHKSUM: /* Looking for the checksum */