Brother RJ-3150 Guía De Referencia

Descargar
Página de 124
P-touch Template 2.0 Command Reference 
 
- 61 - 
7. Control Command Details 
ESC iXD2  Specify delimiter 
ASCII: 
ESC    i 
n1 
n2 
data 
Decimal: 
27 
105  88  68 
50  nd1  nd2  datad 
Hexadecimal:  1B 
69 
58  44 
32  nh1  nh2  datah 
Parameters 
01h≤nh1≤14h 
nh2: 00h (Fixed) 
00h≤datah≤FFh 
Description 
  The delimiter is used to indicate when to move to the next object in data that is being sent. 
  Specifies the text string for the delimiter. 
nh1+(nh2*256):  Length of the text string (between 1 and 20) 
data: 
Text string (The maximum number of characters that can be set is 20 characters 
(bytes).) 
  The default text strin
g for the delimiter is “09h” (Tab code). 
  This command is a static command. 
Remarks 
  Invalid if more than 20 characters have been specified 
Example 
 
To change the delimiter to “,” (2Ch): 
Since the text string contains one character, nh1=01h and nh2=00h. In addition, with the text string (datah) 
“,” (2Ch), the command will be as follows. 
ESC i X D 2 01h 00h 2Ch 
(1Bh 69h 58h 44h 32h 01h 00h 2Ch)