Select International Character Set

This command selects the character set to be used. Refer to Printing Specifications for the character sets.

ASCII

ESC R n

or
ESC t n

 

Hexadecimal

1B 52 n

or
1B 74 n

 

Decimal

27 82

or
27 116 n

 

Value of n

7158 Native Mode and 7167 Native Mode

0—Code Page 437 US English

1—Code Page 850 Multilingual

2—Code Page 852 Slavic

3—Code Page 860 Portuguese

4—Code Page 863 French Canadian

5—Code Page 865 Nordic

6—Code Page 858 Multilingual with Euro Symbol

7—Code Page 866 Cyrillic

8—Code Page 1252 Windows Latin I

9—Code Page 862 Hebrew

10—Code Page 1256

20—Code Page Katakana

21—Code Page 874 Thailand

22—Code Page 864 Arabic

127—Hungary

128—Code Page 932 Kanji

129—Code Page 936 Simple Chinese

130—Code Page Korean

131—Code Page Traditional Chinese

7156 Emulation

Code Page 437

Code Page 850

Note: Code Pages 932 Kanji, 936 simple Chinese, Korean, and Traditional Chinese are not supported by 7167-1035 and 7167-2035.

Example:  MSComm1.Output = Chr$(&H1B) & Chr$(&H52) & Chr$(n)

Note:  This command may also be known as Select Character Code Table.