User`s manual

BD2-2880/2890 User’s Manual
41
ESC t n
Selecting Character Code Table
<1B>H<74>H<n>
{0 =< n =< 1} Data is described in Hex code.
Selecting Page n on the character code table:
The character code table is selected depending on the value of n.
"n" means the followings.
n (Hex) Condition
0 Page0(IBM Character #2)
1 Page1(Domestic Character)
The initial value of n is subject to the character set for the country specified
by the Jumper(J1~J3).
When Japan is selected: Domestic characters
When non-Japan is selected: IBM characters #2
Character Code Table
LPRINT CHR$ (&H1B) + "t" + CHR$ (0);
LPRINT " n=0 ;
FOR C=&HB1 TO &HB5
LPRINT CHR$ (C);
NEXT C
LPRINT CHR$ (&HA);
LPRINT CHR$ (&H1B) + "t" + CHR$ (1);
LPRINT " n=1 ;
FOR C=&HB1 TO &HB5
LPRINT CHR$ (C);
NEXT C
LPRINT CHR$ (&HA);
Page 0
Page 1
[Function]
[Code]
[Range]
[Default]
[See Also]
[Sample Program]
[Print Results]