BD2-2860 User’s Manual
CITIZEN
58
ESC t n
[Function]
Selecting Character Code Table
[Code]
<1B>H<74>H<n>
[Range]
{0 =< n =< 1} Data is described in Hex code.
[Outline]
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)
[Default]
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
[See Also]
Character Code Table
[Sample Program]
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);
[Print Results]
Содержание BD2-2860
Страница 1: ...User s Manual CONTROL BOARD FOR LT 286 MODEL BD2 2860 Rev 1 01 Added notes Mar 19th 1999...
Страница 77: ...BD2 2860 User s Manual CITIZEN 77 11 CHARACTER CODE TABLE 11 1 International...
Страница 78: ...BD2 2860 User s Manual CITIZEN 78 11 2 Japanese...
Страница 79: ...BD2 2860 User s Manual CITIZEN 79 11 3 International Character Set...
Страница 80: ...BD2 2860 User s Manual CITIZEN 80 APPENDIX 1 Block Diagram...
Страница 81: ...BD2 2860 User s Manual CITIZEN 81 APPENDIX 2 Outer Dimension...