ESC C0

 

 

Select Page Length in Inches

Format:

 

 

 

 

ASCII code:

ESC

C

0

(n)

Decimal:

27

67

0

(n)

Hexadecimal: 1 B

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:

A S C I I c o d e : H T

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

D

(n1)

(n2)

...

0

Decimal:

27

68

(n1)

(n2)

...

0

Hexadecimal: 1 B

44

(n1)

(n2)

...

00

Comments:

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