SerialPortYmodem icon indicating copy to clipboard operation
SerialPortYmodem copied to clipboard

transmitStageEstablished流程中tx数据不足时,后面应该填充1A,而不是NULL

Open shenyuanxiaolong opened this issue 2 years ago • 0 comments

void Ymodem::transmitStageEstablished()

{ ... case CodeAck:
{ ... memset(&(txBuffer[YMODEM_PACKET_HEADER]), 0x1A, YMODEM_PACKET_1K_SIZE); ... } }

shenyuanxiaolong avatar Nov 04 '21 06:11 shenyuanxiaolong