XMODEM Receive ([File] Transfer menu)
Receives a file from the host with the XMODEM protocol. Activate
the send command of the host's XMODEM before executing this command.
"XMODEM Receive" dialog box
File Name
Enter the file name to be received.
Option
- Checksum/CRC
-
Selects type of error detection(Checksum/CRC).
Packet size(1K) can be only specified at sender side.
- Binary
-
-
Checkd: Received data is treated as binary and saved in a file without modification.
The last received packet is packed with padding(EOF,$1A).
For this reason, the end of file cannot be known when the end of the sent file is $1A.
- Unchecked: Received data is treated as text and saved in a file.
following processes are performed:
-
Newline code conversion
A single CR($0D) or LF($0A) is converted to CR+LF($0D+$0A).
-
Remove padding(EOF,$0A) of each reciving packet
EOF($1A) does not appear in the text. So $1A at the end of the file will be removed.
Tips on XMODEM