A SERVICE OF

logo

ESC C0
Select Page Length in Inches
Format:
ASCII code: ESC
C 0 (n)
Decimal: 27 67 0 (n)
Hexadecimal: 1B 43 00 (n)
Comments:
Sets the page length to n inches where n has a value of 1 to 22.
Tabs
HT
Tab Horizontally
Format:
ASCII code: HT
Decimal:
9
Hexadecimal: 09
Control:
CTRL G
Comments:
Advances the print position to the next horizontal tab setting.
ESC D
Set Horizontal Tabs
Format:
ASCII code: ESC
Decimal:
27
Hexadecimal: 1B
Comments:
D (n1) (n2) ... 0
68 (n1) (n2) ... 0
44 (n1) (n2) ... 00
This command allows setting of up to 32 horizontal tabs. These are
entered as n1, n2, n3 etc. (in the range 1 to 255) with ASCII 0 as the
terminator. The tab settings n1, n2, n3 etc. must be entered in
ascending order. If n1 = 0, all tabs are cleared. The settings are
every eight characters on power up or after an ESC @ command.
G-19