Support 
model 
 
- 377 - 
fn=81: Function 181 Printing 2D code data in 2D code data storage area 
GS ( k pL pH cn fn m 
 
 [Code]   <1D>H<28>H<6B>H<pL><pH><cn><fn><m> 
 
 [Range]   (pL+pH×256)=3 (pL=3, pH=0) 
cn=49 
fn=81 
m=48 
 
 [Outline]    [The specification which is common to the model]  
• Prints QRCode data stored in 2-dimensional code data storage area. 
 
 [Caution]    [The specification which is common to the model]  
• Quiet zone (blank area around QRCode) shall be secured by the user. 
 
 [Sample Program]  
 
LPRINT CHR$(&H1D) ;”(”;”k”; CHR$(10); CHR$(0); CHR$(49); CHR$(80); CHR$(48); 
LPRINT “CITIZEN” 
LPRINT CHR$(&H1D) ;”(”;”k”; CHR$(3); CHR$(0); CHR$(49); CHR$(81); CHR$(48); 
 
 [Print Results]