Printronix P7000 Manual De Referencia

Descargar
Página de 148
 96
Chapter
3
Configuring The LQ-1600K Emulation With Control Codes
Set Absolute Horizontal Print Position In 1/60 Inch
ASCII Code ESC $ 
n1 n2
Hex Code
1B 24
 n1 n2
Dec Code
27 36
 n1 n2
Purpose
Moves the simulated print head to an absolute horizontal print 
position using 1/60-inch increments.
Where:
n1 = 0 through 127
n2 = 0 through 255
(
n1 + (n2 x 256)) / 60 = the unsigned distance in inches from 
the left margin.
Comment
If the distance goes beyond the right margin, the sequence is 
ignored.
Set Chinese Font Rotate (For Hanzi Big5 Printer Only)
ASCII Code ASSC 0
T
+
n
Hex Code
ASSC 30 54 2B
n
Decimal
ASSC 48 84 43
n
Purpose
Set rotation as:
n = 0x31: DBCS character in normal (do not rotate, default).
n = 0x32: DBCS character rotate 90 degrees counterclockwise.
n = 0x33: DBCS character rotate 270 degrees 
counterclockwise.
n = 0x34: DBCS character rotate 180 degrees.
n = 0x35: ASCII character in normal (do not rotate).
n = 0x36: ASCII character rotate 90 degrees counterclockwise.
n = 0x37: ASCII character rotate 270 degrees 
counterclockwise.
n = 0x38: ASCII character rotate 180 degrees.
Where
n = 0x31 ~ 0x39
Comment
This control code does not function while in non-DBCS mode.