Open a printer emulation session.
From the Setup menu, choose View Settings.
Use this setting to specify data that you want to send to the printer at the start of a document. Data must be formatted using the C constant format and the Bypass Windows Printingsetting must be enabled.
When specifying data, use any of the following predefined constants:
\a |
bell |
\b |
backspace |
\e |
escape |
\f |
form feed |
\n |
new line |
\r |
carriage return |
\t |
horizontal tab |
\v |
vertical tab |
For example, the string \e&l10\x1A\0\007 would be interpreted as [ESC]&l10[CTRL-Z][NULL][BELL].