Character Sets |
|
|
ESC 6 |
| Select International Character Set |
Format: | ESC | 6 |
ASCII code: | ||
Decimal: | 27 | 54 |
Hexadecimal: | 1B | 36 |
Comments:
Selects the international character set (Table 2). See the character set tables in Appendix B.
ESC 7 |
| Select Standard Character Set |
Format: | ESC |
|
ASCII code: | 7 | |
Decimal: | 27 | 55 |
Hexadecimal: | 1B | 37 |
Comments:
Selects the standard character set (Table 1) if the international character set (Table 2) has been previously selected. See the character set tables in Appendix B.
ESC 1 | Print Characters from Symbol Set |
Format:
ASCII code: ESC \ n7 n.2 data
Decimal : 27 92 nl n2 data
Hexadecimal: 1B 5C n7 ~2 data
Comments:
Prints a number of characters from the symbol set. The number of characters = nl + (n2 X 256). See the character tables in Appendix B for the symbol set and for the codes to use for data.
Command Summary |