User's Manual
Control Code Definitions
Chapter
—
5
68
6820 Series 80-Column Printer User’s Manual
Set Print Position (relative)
The print head is moved to a horizontal position on the paper, relative to
the c urrent print head position. The distance specified is in dots. To deter-
mine n1 and n2, first calculate the displacement required in 1/120ths of an
inch. If the displacement is to the left, subtract it from 65536. The values
for n1 and n2 determine the distance, as follows:
number of dots = n1 + (n2 * 256)
Maximum displacement is ±960. If the position specified would place the
print head outside the current margins, this function is ignored and the
previous setting remains in effect. This function is also ignored in right,
center, and full justification modes.
Format
Decimal Hex ASCII
27 92 n1 n2 1B 5C n1 n2 ESC “\” n1 n2
Select Top-Down Printing
Top-down printing (factory default) is enabled. The first page is printed
first.
Format
Decimal Hex ASCII
27 31 0 1B 1F 00 ESC US (0)
Select Bottom-Up Printing
B
ottom-up printing is enabled. The last page is printed first.
Format
Decimal Hex ASCII
27 31 1 1B 1F 01 ESC US (1)
Select Unidirectional Printing
Unidirectional mode is turned on, causing the print head to print from
left-to-right only. This allows more accurate print positioning during text
mode printing.
Format
Decimal Hex ASCII
27 85 1* 1B 55 01* ESC “U” 1*
Cancel U nidirectional Printing
Unidirectional mode is turned off (factory default), allowing the print head
toprintinbothdirections.
Format
Decimal Hex ASCII
27 85 0* 1B 55 00) ESC “U” 0*