ESC/ P Command Reference

Table Of Contents
ESC/P Command Reference
- 120 -
5. Control Command Details
ESC iX_2 (01h) Specify line print timeout setting
ASCII: ESC i X _ 2 03h 00h 00h 01h n1
Hexadecimal: 1B 69 58 5F 32 03 00 00 01 n1
Parameters
00hn1FFh
Description
Set a time for print start after receiving line feed command..
n1=00h:
1000msec (default)
n1=01h~FFh:
Specified value X 100msec
This command only works when line print is enabled.
This command is a static command.
ESC iX_1 (01h) Retrieve line print timeout setting
ASCII: ESC i X _ 1 02h 00h 00h 01h
Hexadecimal: 1B 69 58 5F 31 02 00 00 01
Parameters
None
Description
Return a time for print start after receiving line feed command as 3 Bytes data.
[1]
01h (Fixed)
[2]
00h (Fixed)
[3]
Setting
00h: 1000msec
01h~FFh: Retrieved value X 100msec
The retrieved value is a value specified by a static command.