CODE PAGE
Description
This command defines the code page of international character set.
Syntax
CODEPAGE n
Parameter Description
n name or number of code page, which can be divided
into 8-bit code page further.
8-bit code page number
437: United States
850: Multilingual
852: Slavic
860: Portuguese
863: Canadian/French
865: Nordic
857: Turkish
Windows code page
1250: Central Europe
1252: Latin I
1253: Greek
1254: Turkish
Note: 8-bit code page is determined by the communication parameter of DATA LENGTH
Example
CODEPAGE 437
CLS
Description
This command clears the image buffer.
Syntax
CLS
Parameter Description
None N/A
Note: This command must be placed after SIZE command.
Example
CLS
See Also
SIZE, GAP, BLINE