Programming 735
Character Name Control Code
(ASCII)
Dec V
alue
CHR$(n) Printer Response
Escape, Y
ESC Y
(27) (89)
(n1) (n2)
a) Option code 34.0 causes ESC Y to act
as even dot plot. (Same as 04 code when
40.0 is set.)
b) Using 34.1, ESC Y is ignored; data
following is interpreted, literally.
Escape, Z
ESC Z
(27) (90)
(n1) (n2) a) Option code 34.0 causes ESC Z to act
as odd dot plot. (Same as 05 code when
40.0 is set.)
b) Using 34.1, ESC Z is ignored;
data following is interpreted literally.
Escape, Zero
ESC 0
(27) (48) Sets 8 lines per inch for the following
lines. Lights 8 lpi LED.
Escape, One
ESC 1
(27) (49) Sets 10 lines per inch for the following
lines. Lights 8lpi LED.
Escape, Two
ESC 2
(27) (50) Sets 6 lines per inch for the following
lines. Turns 8 lpi LED off.
Escape, Three
Decimal Number
0255
ESC 3(n)
(0 <
n <
255) (27) (51) (n)
Sets line spacing equal to n/216 inch.
Escape, Six
ESC 6
(27) (54)
Selects decimal range 128160 to be
printable characters until cancelled by
ESC 7.
Escape, Seven
ESC 7
(27) (55)
Selects decimal range 128160 as control
characters.
Escape, Eight
ESC 8
Turns the paper sensor OFF.
Escape, Nine
ESC 9
T
urns the paper sensor ON.
Escape, 0ESC 0
Turns the underline mode OFF.
Escape, 1ESC 1
Turns the underline mode ON.
Escape, 2ESC 2
Turns the double underline mode ON
Escape, 3ESC 3
Turns the doubleunderline mode OFF