Specifications

CONFIDENTIAL
Paper roll Character commands ESC R
Ver. 10.05 p. 116
[Notes]
The selected international character set is effective until ESC @ is executed, the printer is reset, or the
power is turned off.
[Model-dependent variations] TM-P60, TM-U220
TM-P60
Settings of this command do not affect special font (24 × 48) printing. Special fonts (24 × 48) print
characters when USA is selected, irrespective of the settings of this command.
TM-U220
The character code table (GB18030 / GB2312) of Simplified Chinese model is selected by using
Memory switch {Msw2-3}. See GS ( E <Function 3> for details on the Memory switch.
10 Denmark II
11 Spain II
12 Latin America
13 Korean
14 Slovenia / Croatia
15 Chinese
Program Example for all printers Print Sample
FOR n=0 TO 10
PRINT #1, CHR$(&H1B);"R";CHR$(n);
PRINT #1, "# $ @ [ \ ] ^ ` { ¦ }
~
"; CHR$(&HA);
NEXT n
# $@[ \]^` { ¦}~
n=0 (Default setting)
# $à°ç§^`éùè¨
n=1
# $§ÄÖÜ ^ `äöüß
n=2
£ $@[\]^`{ ¦}~
n=3
# $ @ÆØÅ^` æø å~
n=4
# ¤ÉÄÖÅÜéäöåü
n=5
# $@°\é^ùàòèì
n=6
Pt $@¡Ñ¿^` ¨ñ}~
n=7
# $@[¥]^`{¦}~
n=8
# ¤ÉÆØÅÜéæøåü
n=9
# $ÉÆØÅÜéæøåü
n=10
n Country