ELO10_PACKET_LEN
memcpy(elo->response, &elo->data[1], ELO10_PACKET_LEN);
for (i = 0; i < ELO10_PACKET_LEN; i++) {
memcpy(packet, elo->response, ELO10_PACKET_LEN);
unsigned char packet[ELO10_PACKET_LEN] = { ELO10_ID_CMD };
unsigned char response[ELO10_PACKET_LEN];