Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ref:zmodem [2021/02/13 15:24] – [ZMODEM Frame] clarify the significance of 0x8A digital man | ref:zmodem [2025/09/26 14:13] (current) – [ZMODEM Frame] Mention the Tera Term 0x8D 0x8A oddity digital man | ||
|---|---|---|---|
| Line 74: | Line 74: | ||
| <frame header> [CR] LF [XON] | <frame header> [CR] LF [XON] | ||
| - | HEX frames are terminated with an ASCII linefeed character. Some ZMODEM implementations send the HEX frame terminating | + | HEX frames are terminated with an ASCII linefeed character. |
| + | |||
| + | Some ZMODEM implementations send this terminating | ||
| + | |||
| + | Also, for some HEX frame types, the frame terminator may be followed by an XON (0x11) character (" | ||
| === Binary Frame === | === Binary Frame === | ||
| Line 681: | Line 685: | ||
| The pathname (conventionally, | The pathname (conventionally, | ||
| null terminated ASCII string. | null terminated ASCII string. | ||
| - | No spaces are included in the pathname. | + | No spaces are included in the pathname. |
| Filename Considerations | Filename Considerations | ||