Printing Direction unidirectional for one line

Set/Reset Unidirectional Printing

ESC <

ESC U

Data Structure ASCII

ESC "<"

 

unidirectional printing for one line

hex.

1B

3C

 

 

 

dec.

27

60

 

 

 

ASCII

ESC

"U"

<n> or n

set/reset unidirectional printing

hex.

1B

55

<n> or n

 

 

dec.

27

85

<n> or n

 

 

Description This code sequence sets unidirectional printing mode only for one line. The printing is carried out from left to right.

This code sequence sets or resets unidirectional printing mode. Unidirectional printing is enabled when 1 is specified for n and is disabled when 0 is specified.

In text mode, printing is faster when unidirectional printing is disabled. However, char- acters on one line may be slightly shifted with respect to those in the preceding line when bidirectional printing is used.

In its default setting the printer is set to bidirectional printing.

96Miscellaneous

Page 179
Image 179
Tally Genicom Matrix Printer manual Esc Esc U, Data Structure Ascii