Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM-292 Bedienungsanleitung Seite 65

Line thermal printer
Inhaltsverzeichnis

Werbung

ESC
t
n
[Function]
[Code]
[Range]
[Outline]
[Default]
[See Also]
[Sample Program]
[Print Results]
Selecting Character Code Table
<1B>H<74>H<n>
{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)
0
1
The initial value of n are shown below
• When Japan is selected
• When non-Japan is selected : 0(IBM characters #2)
Character Code Table
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) ;
Condition
Page0(IBM Character #2)
Page1(Domestic Characters)
: 1(Domestic characters)
64
CBM-292/293 User's Manual
CITIZEN

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis