ESC <

 

Select Unidirectional Mode (one line)

Format:

ESC

 

ASCII code:

<

Decimal :

27

60

Hexadecimal: 1B

3C

Comments:

Selects unidirectional printing for more accurate positioning during text printing for one line only. It is cancelled by a carriage return.

ESC @

 

Initialize Printer

Format:

ESC

@

ASCII code:

Decimal:

27

64

Hexadecimal: 1B

40

Comments:

Resets the printer to the power-on state, including top of form. Clears the buffer of all data entered before the command but not after.

ESC U

 

 

Select Unidirectional Mode

Format:

ESC

U

 

ASCII code:

(n)

Decimal:

27

65

(n)

Hexadecimal: 1B

55

(n)

Comments:

Selects unidirectional printing for more accurate positioning during text printing.

n = 1 selects the feature n = 0 cancels it.(Graphics printing is always unidirectional. )
C - 2 6