
- 27 -
ESC t n
[Function]
Selecting the character code table
[Code]
<1B>H<74>H<n>
[Range]
0
≤
n
≤
9
16
≤
n
≤
19
n
=
26,
40,
255
[Outline]
Selecting the character code table.
The character code table is selected based on the value of “n”.
n
Character Code Table
0 Codepage
PC437
1 Katakana
2 Codepage
PC850
3 Codepage
PC860
4 Codepage
PC863
5 Codepage
PC865
6, 18
Codepage PC852
7, 17
Codepage PC866
8 Codepage
PC857
9, 16
WPC1252
19 Codepage
PC858
26
Thai code 18
40 Codepage
PC864
255
Space Page (For user setting)
[Default]
n=0 for overseas specifications
n=1 for Japanese Kanji specifications
[Sample Program]
LPRINT
CHR$(&H1B);"t";
CHR$(0);
LPRINT "n=0 ";
LPRINT
CHR$(C);
FOR C=&HB1 TO &HB5
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]
n = 0
░
│┤
╡
n = 1
アイウエオ
Содержание BD2-2220
Страница 1: ...Command Reference LINE THERMAL PRINTER MODEL BD2 2220 Rev 0 00 Issued on 2006 8 4...
Страница 2: ...REVISION Rev No Date Comment 0 00 2006 08 04 Newly issued...
Страница 71: ...69 Print Results No HRI characters Printed above Printed below Printed above and below 1 2 1 2 1 2 1 2...
Страница 126: ...124 3 1 10 Codepage 00H to 7FH PC864 Arabic...
Страница 128: ...126 3 1 12 Codepage 00H to 7FH Thai Code 18...