PPTII-A Programming Manual
www.hprt.com
25
ESC { n
[Name]
Turn upside-down printing mode on/off
[Format]
ASCII
ESC
{
n
Hex
1B
7B
n
Decimal
27
123
n
[Range]
0 ≤ n ≤ 255
[Dscription]
Turns upside-down printing mode on or off.
•
When the LSB of n is 0, upside-down printing mode is turned off.
•
When the LSB of n is 1, upside-down printing mode is turned on.
[Notes]
• Only the lowest bit of n is valid.
•
This command is enabled only when processed at the beginning of a line in
standard mode.
•
When this command is input in page mode, the printer performs only internal
flag operations.
•
This command does not affect printing in page mode.
•
In upside-down printing mode, the printer rotates the line to be printed by 180°
and then prints it.
[Default]
n = 0
[Example]
FS p n m
[Name]
Print NV bit image
[Format]
ASCII
FS
p
n m
Hex
1C
70
n m
Decimal
28
112
n m
[Range]
1
≤
n
≤
255
0
≤
m
≤
3 , 48
≤
m
≤
51
[Dscription]
Prints NV bit image n using the mode specified by m.
m
Mode
Vertical Dot Density
Horizontal Dot Density
0, 48
Normal
203 dpi
203 dpi
1, 49
Double-width
203 dpi
101 dpi
2, 50
Double-height
101dpi
203 dpi
3, 51
Quadruple
101 dpi
101 dpi
n is the number of the NV bit image (defined using the FS q command).
m specifies the bit image mode.
Содержание PPTII-A
Страница 47: ...PPTII A Programming Manual www hprt com 47...
Страница 48: ...PPTII A Programming Manual www hprt com 48...
Страница 49: ...PPTII A Programming Manual www hprt com 49...
Страница 52: ...PPTII A Programming Manual www hprt com 52...