ESC A

Set n/60-inchLine Spacing

Format:

 

A S C I I c o d e : E S C A n

Decimal:

27 65 n

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

Comments:

Sets the line spacing to n/60th of an inch for subsequent line feed commands. The value of n must be from O-85.

ESC J

Perform n/180-inch Line Feed

Format:

 

A S C I I c o d e : E S C J n

Decimal:

27 74 n

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

Comments:

Advances the paper n/180th of an inch. The value of n must be from O-255. This command produces an immediate line feed but does not affect subsequent line spacing and does not produce a carriage return.

VT

Tab Vertically

Format:

 

ASCII code: VT

Decimal:

11

Hexadecimal:

0B

Comments:

Advances the paper to the next tab setting in the channel selected by ESC /. If no channel has been selected, channel 0 is used. If no vertical tabs have been set, the paper advances one line.

Command Summary 9-17