Literal characters – Symbol Technologies SPT 1500 User Manual
Page 254
Advertising

C-2
SPT 1500 Product Reference Guide
For example, the string “waitfor Joe<cr><lf>” waits to receive Joe followed by a carriage
return and line feed from the remote computer before executing the next command in the
script.
Literal Characters
The backslash ( \ ) character defines that the next character is transmitted as a literal
character, and is not subject to any special processing ordinarily associated with that
character.
Examples:
\^ Includes a caret as part of the string
\< Includes a < as part of the string
\\ Includes a backslash as part of the string
Advertising