Programming instructions

Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7278
Chapter 2 Program Instructions
External Commands; ZMODEM
Field of Application
External commands for receiving and sending data using the ZMODEM
protocol.
Syntax RUN "rz [<switches>] [< lename>]" (receive data)
<switches>:
-c Forces no crash recovery, even if sender requests ZCRESUM
(resume interrupted le transfer).
-e Print last error to std OUT channel.
-l[<log le>] Send verbose output to log le. Default log le name is
"tmp:.zmodemlog".
-r If ZMCLOB is not set and the le already exists, replace le
if the transfer is successful.
-v[<level>] Set verbosity level. Level is a decimal number. Default
level is 1.
-u Translate le name to uppercase. If a lename is given as
parameter, no translation is done.
< lename> is optionally the name under which the le will be saved.
RUN "sz [<switches>] [< lename>]" (send data)
<switches>:
-l[<log le>] Send verbose output to log le. Default log le name is
"tmp:.zmodemlog".
-v[<level>] Set verbosity level. Level is a decimal number. Default
level is 1.
< lename> is the name of the le.
Remarks
Note that rz and sz must be entered in lowercase characters.
If a le name is given in the rz statement, this name overrides the name
given by the transmitting unit.
For more information on the ZMODEM protocol, please refer to
http://www.omen.com. Related instruction is TRANSFER ZMODEM.