Commands Arranged

by Topic

ASCII

Dec. Hex.

Description

 

 

 

ESC 0

48

30 Select l/8-inch Line Spacing

ESC 2

50

32 Select l/6-inch Line Spacing

ESC 3 n

51

33 Set n/180-inch Line Spacing

ESC J n

74

4A Perform n/l80-inch Line Feed

VT

11 0B Tab Vertically

ESC B nn

66

42 Set Vertical Tabs

 

 

 

Up to 16 tabs; last n should be 0 (1-255)

Horizontal motion

 

 

ASCII

Dec. Hex.

Description

 

 

 

 

ESC 1 n

1 0 8

6 C

Set Left Margin

 

 

 

n = left margin column

ESC Q n

81

51

Set Right Margin

 

 

 

n = right margin column

ESC $ nl n2

36

24 Set Absolute Print Position

 

 

 

n = Specifies print position from left

 

 

 

margin in l/60-inch units

 

 

 

Total units = n1 + (n2 x 256)

ESC \ n1 n2

9 2

S C

Set Relative Print Position

 

 

 

Moves current print position in units of

 

 

 

l/120 inch for draft and l/180 for LQ

 

 

 

Total units = n1 + (n2 x 256)

HT

9

09

Tab Horizontally

ESC D nn

68

44

Set Horizontal Tabs

 

 

 

Up to 32 tabs (1-255) entered in

 

 

 

ascending order

 

 

 

Terminated by 0

8-4Command Summary