Download Print this page

Domestic - Citizen CBM-202PC-04 User Manual

Thermal printer mechanical control lsi
Hide thumbs Also See for CBM-202PC-04:

Advertisement

[Function]
Selecting the Character Code Table
[Code]
<1B>H<74>H<n>
[Range]
{0 n 1}
[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.
[Default]
The initial value of n is subject to the character set for the country specified by the
function selecting terminal (Gate Array Pin 39,42,43).
[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]
Data is described in Hex code.
n (Hex)
0
1
When Japan is selected: Domestic characters
When non-Japan is selected: IBM characters #2
" ;
" ;
Condition
Page 0(IBM Character #2)
Page 1(Domestic Character)
67
CBM-202PC-04 User's Manual
CITIZEN

Advertisement

loading