82
ITEM SYMBOL Hexadecimal Decimal FUNCTION
[47] ESC L n1 n2 [1B,4C,n1,n2,data] H Prints the 8-pin double-density graphics (120 dpi).
data [27,76,n1,n2,data] D The total number of dots in the data is set by
n1 + n2 x 256.
[48] ESC M [1B,4D] H [27,77] D Selects Elite (12 cpi) mode.
[49] ESC N n [1B,4E,n] H [27,78,n] D Sets bottom margin (1n127).
nspecifies the number of lines not to be printed at the
end of a page.
For example: If the line spacing is 1/6 inch and the page length is 66 lines,
an ESC N 6command causes the printer to print 60 lines, then skip 6 lines.
The space to be skipped is 1 inch (1/6 inchx 6).
[50] ESC O [1B,4F] H [27,79] D Cancels skip over perforation.
[51] ESC P [1B,50] H [27,80] D Selects Pica (10 cpi) mode.
[52] ESC Q n [1B,51,n] H [27,81,n] D Sets right margin at the nth horizontal space in the
current print mode (0n255).
[53] ESC R n [1B,52,n] H [27,82,n] D Selects international character in BP-A mode.
[54] ESC S n [1B,53,n] H [27,83,n] D Sets superscript or subscript character mode.
n=0: the superscript character mode is set.
n=1: the subscript character mode is set.
[55] ESC T [1B,54] H [27,84] D Cancels super-/subscript character mode.
[56] ESC U n [1B,55,n] H [27,85,n] D Selects unidirectional or bidirectional
n=0: bidirectional printing is set.
n=1: unidirectional printing is set.
[57] ESC W n [1B,57,n] H [27,87,n] D Sets or cancels double width character mode.
n=0: the double width character mode is cancelled.
n=1: the double width character mode is set.
[58] ESC X n [1B,58,n] H [27,88,n] D Same as the ESC x n command.
[59] ESC Y n1 n2 [1B,59,n1,n2,data] H Prints 8-pin double-speed double-density graphics
data [27,89,n1,n2,data] D (120 dpi). The total number of dots in the data is set
by n1 + n2 x 256.
[60] ESC Z n1 n2 [1B,5A,n1,n2,data] H Prints 8-pin quadruple-density graphics (240 dpi).
data [27,90,n1,n2,data] D The total number of dots in the data is set by
n1 + n2 x 256.
nCountry Hexadecimal Character Code
23 24 40 5B 5C 5D 5E 60 7B 7C 7D 7E
0U.S.A. #$@[\]ˆ`{|}~
1FRANCE #$à°ç§ˆ`éùè¨
2GERMANY #$§ÄÖ܈`äöüß
3U.K. £$@[\]ˆ`{|}~
4DENMARK #$@ÆØň`æøå~
5SWEDEN #€ÉÄöÅÜéäöåü
6ITALY #$@°\éˆùàòèì
7SPAIN
Pt
$@¡Ñ¿ˆ`¨ñ}~
8JAPAN #$@[ ]ˆ`{|}~
9NORWAY #€ÉÆØÅÜèæøåü
10 DENMARK 2 #$ÉÆØÅÜèæøåü
11 SPAIN 2 #$á¡Ñ¿é`íñóú
12 LATIN AMERICA #$á¡Ñ¿éüíñóú
13 TURKEY #ıIÇÖSÜgçö
B. Control code summary (BP-A/I)