38
ESC iXr2
Specify print start received character count
[ASCII] ESC i X r 2 n1 n2 n3 n4
[Decimal]
27 105 88 114 50 nd1 nd2 nd3 nd4
[Hexadecimal]
1B 69 58 72 32 nh1 nh2 nh3 nh4
[Parameters]
nh1: 02h (fixed)
nh2: 00h (fixed)
00h
≤
nh3
≤
FFh
00h
≤
nh4
≤
03h
[Description]
・
Specifies the number of characters to be received in order to start printing.
nh3+(nh4*256): Print start received character count (bytes) (1 to 999)
・
The default print start received character count is 10.
・
This command is a static command.
[Example]
・
To change the print start received character count to 100 characters: Since nh3=64h and
nh4=00h, the command will be as follows.
ESC i X r 2 02h 00h 64h 00h
(1Bh 69h 58h 72h 32h 02h 00h 64h 00h)