Citizen CBM1000II Command Reference Manual page 55

Line thermal printer
Hide thumbs Also See for CBM1000II:
Table of Contents

Advertisement

ESC t n
[Function]
[Code]
[Range]
[Outline]
[Default]
[Sample Program]
[Print Results]
Selecting the character code table
<1B>H<74>H<n>
0
n
9, 16
n
Selecting the character code table:
The character code table is selected based on the value of "n".
n
0
Codepage PC437 (USA, European Standard)
1
Codepage Katakana (Japanese)
2, 19
Codepage PC858 (Multilingual)
3
Codepage PC860 (Portuguese)
4
Codepage PC863 (Canadian-French)
5
Codepage PC865 (Nordic)
6, 18
Codepage PC852 (Eastern Europe)
7, 17
Codepage PC866 (Russian)
8
Codepage PC857 (Turkish)
9, 16
Windows Codepage
255
Space Page(For user setting)
This is a character code table specified with DIP Switch.
LPRINT CHR$(&H1B) + "t" + CHR$(0);
LPRINT "n"=0;
FOR C=&HB2 TO &HB5
LPRINT CHR$(C);
NEXT C
LPRINT CHR$(&HA);
LPRINT CHR$(&H1B) + "t" + CHR$(9);
LPRINT "n"=9;
FOR C=&HB2 TO &HB5
LPRINT CHR$(C);
NEXT C
LPRINT CHR$(&HA);
END
n = 0
2 3 ' µ
n= 9
— 53 —
19, n = 255
Character Code Table
← n = 0
← n = 9

Advertisement

Table of Contents
loading

Table of Contents