Print Enhancement
ESC r

Select Printing Color

Format:

ASCII code: ESCn

Decimal: 27 114 n

Hexadecimal: 1B 72 n

Comments:

The variable n selects the printing color according to the table below.

n Color

0Black

1Magenta

2Cyan

3Violet

4Yellow

5Red

6Green

ESC E

Select Emphasized Mode

Format:

ASCII code: ESC E

Decimal: 27 69

Hexadecimal: 1B 45

Comments:

Makes text bolder by printing each dot twice, with the second dot slightly to the right of the first.

ESC F

Cancel Emphasized Mode

Format:

ASCII code: ESC F

Decimal : 27 70

Hexadecimal: 1B 46

Comments:

Cancels emphasized, the mode selected by ESC E.

Command Summary

8-27