Esc T N - Citizen BD2-2880 Command Reference Manual

Control board for mlt-288/mlt-289 & mlt-388/mlt-389
Hide thumbs Also See for BD2-2880:
Table of Contents

Advertisement

ESC t n

[Function]
Selecting Character Code Table
[Code]
<1B>H<74>H<n>
[Range]
{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)
The initial value of n is subject to the character set for the country specified
[Default]
by the Jumper(J1~J3).
• When Japan is selected: Domestic characters
• When non-Japan is selected: IBM characters #2
Character Code Table
[See Also]
[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]
0
Page0(IBM Character #2)
1
Page1(Domestic Character)
";
";
Condition
Page 0
Page 1
20
BD2-3880/3890 Command Reference

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents