beautypg.com

Esc ixr2 specify line feed command text string, Esc ixr2, Specify line feed command text string – Brother QL-720NW User Manual

Page 67

background image

P-touch Template Command Reference

- 62 -

7. Control Command Details

ESC iXR2 Specify line feed command text string

ASCII: ESC

i

X

R

2

n1

n2

data

Decimal:

27 105

88 82 50 n1 n2 data

Hexadecimal:

1B 69 58 52 32 n1 n2 data

Parameters

01h≤n1≤14h

n2: 00h (Fixed)

00h≤data≤FFh

Description

Specifies the text string for the line feed command.

n1+(n2*256):

Length of the text string (can be set between 1 and 20)

data:

Text string (The maximum number of characters that can be set is 20 characters
(bytes).)

The default text string for the line feed command is “^CR”.

This command is a static command.

Remarks

Invalid if more than 20 characters have been specified

Example

To change the text string for the line feed command to “0Dh 0Ah”:

Since the text string to be specified (data), contains 2 characters, n1=02h and n2=00h. Therefore, the

command will be as follows.

ESC i X R 2 02h 00h 0Dh 0Ah

(1Bh 69h 58h 52h 32h 02h 00h 0Dh 0Ah)