
Chapter 3: Programming Commands90
Transmit QR code print size
ASCII GS ( k ETX NUL 1 R 0
Hexadecimal 1D 28 6B 03 00 31 52 30
Decimal 29 40 107 03 00 49 82 48
TransmitsthesizeinformationforprintingtheQRsymboldatastoredbythestoredatacommandinthesymbolstorage
area.
Thesizeinformationforeachdataisasfollows:
Send data Hex Decimal Number of bytes
Header 37H 55 1 byte
Identier 59H 89 1 byte
Horizontal size (1) 30H – 39H 48 – 57 3 byte
Separator 1FH 31 1 byte
Vertical size (1) 30H – 39H 48 – 57 3 byte
Separator 1FH 31 1 byte
Fixed value 31H 49 1 byte
Separator 1FH 31 1 byte
Other information (2) 30H or 31H 48 or 49 1 byte
Error information (3) 30H – 39H 48 – 57 4 byte
NUL 00H 0 1 byte
1. Barcode Size
“Horizontalsize”and“verticalsize”indicatethenumberofdotsofthesymbol.Thedecimalvalueoftheverticalsizeand
horizontalsizeisconvertedtotextdataandsentstartingfromthehighorderend.
(ex:Whenhorizontalsizeis120dots,horizontalsizeis“120”(inhexadecimal:31H,32H,and30H/indecimal:49,50,
and48),whichis3bytesofdata.)
2. Other Information
“Otherinformation”indicateswhetherprintingofthedatainthesymbolstorageareaispossibleorimpossible.The“Other
information”isthefollowing.
Hex Decimal Condition
30H 48 Printing is possible.
31H 49 Printing is impossible.
Comentarios a estos manuales