P-touch Template Manual/ Command Reference

Table Of Contents
P-touch Template 2.0 Command Reference
- 88 -
8. Setting and Retrieving Command Details
ESC iXR1 Retrieve line feed command setting text string
ASCII: ESC i X R 1 00h 00h
Hexadecimal: 1B 69 58 52 31 00 00
Parameters
None
Description
Retrieves the text string specified for the line feed command.
2- to 22-byte data is returned from the printer. (Varies depending on the length of the text string)
[1, 2]:
nh1 nh2 (number of characters) nh1+(nh2*256)
[3 and later]:
Text string
The retrieved value is a value specified by a static command.
Example
When the text string for the line feed command is specified as 0Dh 0Ah”:
Code: ESC i X R 1 00h 00h
(1Bh 69h 58h 52h 31h 00h 00h)
Returned value: 02h 00h 0Dh 0Ah