Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从串口接收数据,数据包结构如下:
[src] [size] [dest] [data] [xor checksum]
有时数据包被分成两半,这意味着我部分收到它。由于没有数据包分隔符,我如何找到数据包开始的时间?