#pragma pack(1) typedef struct { uint8_t sof_h; //同步头高字节 0xAA, 一个字节 uint8_t sof_l; //同步头低字节 0x55,一个字节 uint16_t length; //总 ...