Product specifications
SPP-R210 Command Manual
Rev. 1.00 BIXOLON
- 37 -
ESC G
Function:
Turn double-strike mode on/off
Code:
ASCII
ESC
G
n
Hex
1B
47
n
Decimal
27
71
n
Range:
0 ≤ n ≤ 255
Default:
n=0
Description:
■ This command turns double-strike 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 0x47 0x01
0x41 0x42 0x43 0x44 0x45
0x0a
0x1b 0x47 0x00
0x41 0x42 0x43 0x44 0x45
0x0a