Product specifications
SPP-R210 Command Manual
Rev. 1.00 BIXOLON
- 35 -
ESC E
Function:
Turn emphasized mode on / off
Code:
ASCII
ESC
E
n
Hex
1B
45
n
Decimal
27
69
n
Range:
0 ≤ n ≤ 255
Default:
n=0
Description:
■ This command turns emphasized mode on or off by toggling the least significant bit of n like following.
• When the LSB of n is 0, emphasized mode is turned off.
• When the LSB of n is 1, emphasized mode is turned on.
Remarks:
■ The setting of this command remains effective until ESC !, ESC @, printer reset or power cycling is executed.
Differences:
Example:
None
■ Input:
0x1b 0x45 0x01
0x41 0x42 0x43 0x44 0x45
0x0a
0x1b 0x45 0x00
0x41 0x42 0x43 0x44 0x45
0x0a