Line pitch – Printek 4503 User Manual
Page 119
Printek Emulation
Page 7-7
Print Single Character
ESC \ n
Prints the character n from the selected font. This sequence may be used to print a
character that is normally treated as a control code.
Example: The following escape sequence will print a left arrow, if a Proprinter font
is selected. This character is normally not printable, since it is treated as the ESC
control code.
Escape Sequence:
ESC
\
ESC
Hexadecimal:
1B
5C
1B
Line Pitch
Set Line Spacing to n/288"
ESC LF n
Sets the line spacing to n/288 of an inch per line. 0
≥
n
≥
255. Overrides the "LPI:"
value in the "Setup: FORM" menu.
Example: The following escape sequence will set line spacing to 1/6 of an inch per
line (6 lpi).
Escape Sequence:
ESC
LF
48
Hexadecimal:
1B
0A
30