Esc r n – CITIZEN PPU-231 User Manual

Page 69

Advertising
background image

PPU-231 User’s Manual

56

CITIZEN

ESC R n

[Function]

Selecting the International Character set

[Code]

<1B>H<52>H<n>

[Range]

{0

≤ n ≤ 0A) Data is described in Hex code.

[Outline]

Depending on the value of n, following character sets are specified.

n(Hex) Character

Set

0 U.S.A.
1 France
2 Germany
3 U.K.
4 Denmark

I

5 Sweden
6 Italy
7 Spain
8 Japan
9 Norway

A Denmark

II

[Default]

The initial value of n are shown below.

•When domestic mode is selected : 8(Japan)

•When international is selected : 0(U.S.A.)

[See Also]

Character Code Table (International Character Set)

[Sample Program]

FOR I=0 TO 10

LPRINT CHR$ (&H1B) + "R" + CHR$ (I) ;

LPRINT " #$@[¥]^" ;

LPRINT CHR$ (&H60) + "{¥}

" ;

LPRINT "n=" + STR$ (I) ;

LPRINT CHR$ (&HA) ;

NEXT I

[Print Results]

Advertising