Confidential BTP-R880NP Programming Manual
- 28 -
n
Code
n
Code
0 PC437 12 PC857
1 Katakana 16 WPC1252
2 PC850 17 PC866
3 PC860 18 PC852
4 PC863 19 PC858
5 PC865 38 WPC1257
[Notes]
This command is unable in Chinese font
[Default]
PC437
code
ESC { n
[Function]
Turns on/off upside-down printing mode
[Format]
ASCII
ESC { n
Hex
1B 7B n
Decimal 27 123
n
[Range]
0
≤
n
≤
255
[Notes]
• 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.
• 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] 1B
40
1B 7B 01
(
Turn on upside-down printing mode
)
41 42 43 44 45 46
0A
30 31 32 33 34 35
0A
1B 7B 00
(
Turn off upside-down printing mode
)
41 42 43 44 45 46
0A
30 31 32 33 34 35
0A
Results: