- 217 - data storage area fn=81 Function 181 Prin ting 2-di mensiona l code dat a in 2-dime nsional c ode
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=3pH=0)
cn=49
fn=81
m=48
[Outline] [The specification which depend on the model]
Prints QRCode data stored in 2-dimensional code data storage area.
[Caution] • 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]