Commands Arranged by Topic

ESC f

Horizontal/Vertical Skip

Format:

 

ASCII code: ESC

Decimal:27

H e x a d e c i m a l : 1 B

f

n

S

102

n

S

66

n

S

Comments:

Prints spaces or line feeds without carriage returns. When n is 0, s spaces will be inserted up to a maximum of 127. If n is set to 1, s line feed will be performed.

HT

Tab Horizontally

Format:

 

ASCII code:

HT

Decimal:

9

Hexadecimal:

09

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:

1B 44 nl n2 . . .

.

.

00

Comments:

This command allows setting of up to 32 horizontal tabs, which are entered as n1, n2, n3, etc (from 1-137) with the 0 character terminating the command. ESC D 0 clears all tabs. The settings on power up or after an

ESC @ command are every eight characters. The tab settings do not change if the character size is changed.

Command Summary 9-21