Re: [PATCH] xyzModem: Correct xmodem blk verification conditions

2024-02-06 Thread jihongbin
It may be that there are relatively few people using this function, or the length of the transmitted data is less than 128byte * 255 byte, so the triggering conditions for the above problems are not encountered; I actually discovered this problem during testing. Continuous transmission always

Re: [PATCH] xyzModem: Correct xmodem blk verification conditions

2024-02-06 Thread jihongbin
This is a duplicate, please ignore 在 2024/2/6 10:49, Hongbin Ji 写道: When the blk sequence number is 255 and cblk is 0, the original XOR condition produces a result of 0,and the judgment condition will be unsuccessful. Signed-off-by: Hongbin Ji --- common/xyzModem.c | 2 +- 1 file changed,