A SERVICE OF

logo

iTherm
®
280 Programmer’s Guide Programming Codes
28-07764 Rev C Page 89
[FF] Form feed
ASCII [FF]
Hexadecimal 0CH
Decimal <12>
IPCL &%FF
EPOS none
Description The [FF] command performs a form feed to the top of the form.
Note: The form feed command can be disabled. Set the form length to
zero.
[ESC] 4 Set top of form
ASCII [ESC] 4
Hexadecimal 1BH 34H
Decimal <27> <52>
IPCL &%TF
EPOS [ESC] L
Description The [ESC] 4 command sets the top of form to the current position.
[ESC] C Set form length in lines
ASCII [ESC] C <n>
Hexadecimal 1BH 43H <n>
Decimal <27> <67> <n>
IPCL &%SL <m
1
> <m
2
>
EPOS [ESC] C <n>
Description The [ESC] C <n> command sets the form length to <n> lines at the
current line spacing. If the current page position is greater than the new
page length, the command also sets the current position as the top of
form.
[ESC] C [NUL] Set form length in inches
ASCII [ESC] C [NUL] <n>
Hexadecimal 1BH 43H <0> <n>
Decimal <27> <67> <0> <n>
IPCL &%SI <m
1
> <m
2
>
EPOS none
Description The [ESC] C [NUL] <n> command sets the form length to <n> inches. If
the current page position is greater than the new page length, the
command also sets the current position as the top of form. If zero inches
are specified, the form feed and vertical tab commands are ignored.