[日本語]
1パケットが1000バイト以上のデータを複数パケットで通信を行う事を考えています。
そのため通信時間を短くする為に、図の様に全てのパケットを受信してからCRCチェックを行いたいのですが、その様な方法が可能でしょうか。
[English]
I am thinking of communicating data in multiple packets, each packet containing 1000 bytes or more.
Therefore, in order to shorten the communication time, I would like to perform a CRC check after receiving all packets as shown in the figure. Is such a method possible?