User`s manual
CBM-202PC-04 User’s Manual
61 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 indicates the character set specified by the function
selecting terminal(Gate Array Pin 39,42,43).
[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]