
char command[] = {0x02, 0x20, 0x2E, 0x2E, 0x0D }; // no NUL terminator
char *command = "\0x02 ..\r"; // NUL terminated string
