Operating instructions

— 74 —
ESC t n
[Function]
[Code]
[Range]
[Outline]
Selecting the character code table
<1B> H <74> H <n>
0 n 1
Selecting Page n on the character code table:
The character code table is selected depending on the value
of n.
“n” means the followings.
International character can not be changed.
Setting condition can be confirmed by self printing
An initial value of n is set to 1 (Page 1) when the J1~3 are
opened, the other cases, it is set to 0 (Page 0).
Character Code Table, ESC R
FOR N=0 TO 1
LPRINT CHR$ (&H1B) ; "t"; CHR$ (N) ;
LPRINT " n= " ; STR$(N) ; " " ;
FOR C=&HB1 TO &HB5
LPRINT CHR$ (C) ;
NEXT C
LPRINT CHR$ (&HA) ;
NEXT N
END
n
0
1
Condition
Page 0 (IBM Character #2)
Page 1 (Domestic Character)
Page 0
Page 1
<
<
[Caution]
[Default]
[See Also]
[Sample Program]
[Print Results]