User's Manual

Commands Arranged by Topic
ESC 0
Select 1/8-inch Line Spacing
Format:
ASCII code: ESC 0
Decimal:
27 48
Hexadecimal: 1B 30
Comments:
Sets the line spacing to 1/8 of an inch for subsequent line feed
commands. The 0 is the digit zero and not ASCII code 0.
ESC 2
Format:
ASCII code: ESC 2
Decimal:
27 50
Hexadecimal: 1B 32
Select 1/64-inch Line Spacing
Comments:
Sets the line spacing to 1/6 of an inch for subsequent line feed
commands. The 2 is the digit two and not ASCII code 2. This line
spacing is the default at power on.
ESC +
Set n/360-inch Line Spacing
Format:
ASCII code: ESC + n
Decimal:
27 43 n
Hexadecimal: 1B 2B n
Comments:
Sets line spacing to n/360 of an inch for subsequent line feed
commands. The value of n must be from 0 to 255.
Command Summary
9-15