2022-05-02 06:24 PM
Launched hyperterminal. Next, I transfer the file from hyperterminal using zmodem. I successfully reach the stage of receiving the file. When receiving a file, I get a frame with the "ZCRCW" flag described in the documentation as "ZCRCW 0x6b /* CRCnext, ZACK expected, end of frame */".
I answer "ZACK" with the length of the received data.
View "ZACK" 2A 2A 18 42 30 33 32 33 31 38 39 30 30 30 61 38 37 63 0D 8A
hyperterminal does not continue to transmit data. The documentation says "ZCRCW data subpackets expect a response before the next frame is sent." What do I need to respond to "ZCRCW" to start receiving files?