Printek 4503 Printer User Manual


 
IBM Proprinter Emulation
Page 4-13
Example: The following escape sequence will set form length to 11 inches,
regardless of what line spacing is set.
Escape sequence: ESC C NUL 11
Hexadecimal: 1B 43 00 0B
Form Feed FF
Causes the current line to be printed, and then advances the paper to the top of the
next form. If a top margin is set, printing will continue at the top margin. The "FF at
TOF: No" value in the "Setup: INTERFACE" menu allows a form feed to be ignored
if the paper is already at top of form. If "Auto CR: On" is selected in the "Setup:
INTERFACE" menu, a carriage return will also be performed.
Control code: FF
Hexadecimal: 0A
Set Top of Form ESC 4
Sets top of form to the current position.
Escape Sequence: ESC 4
Hexadecimal: 1B 34