Technical data
Table Of Contents
- 0. i Cover B
- 0. i Copyright B
- 0. i TOC B
- 1. i Introduction B
- 2. i Programming Concepts B
- 3. i Code Quick Reference B.backup
- 4. i Standard Command Codes B
- 5. i Optional Command Codes B
- 6. i Bi-Directional Communications B
- 7. i Appendix B
- 7
- appendix
- custom graphics
- CUSTOM GRAPHICS EXAMPLE
- 1. Determine the matrix size for the graphic. It must be in 8 dot by 8 dot blocks. The example here has six blocks horizontally and six blocks vertically (48 x 48).
- 2. Lay out a grid and draw the image on the grid.
- 3. Transfer the image into a bit map representation and then into hexadecimal format:
- 4. Using the hexadecimal data, send the following code to print the graphic image as designed.
- 5. To send the data in binary format, the software must convert the data into binary format before transmitting it to the printer. Using the BASIC programming language for example, this is done by notation “CHR$ (&HC0)” which sends the hexidecima...
- PCX GRAPHICS EXAMPLE
- CUSTOM GRAPHICS EXAMPLE
- printer configuration commands
- reference tables

Unit 4: Standard Command Codes
“i” Programming Reference
4-36 PN: 9001158B
QR CODE
FUNCTION
Specifies QR Code of 2D code.
FORMAT
<ESC>2D30 (Model 2)<ESC>DSk,n...n
<ESC>2D31 (Model 1)<ESC>DNmmmm,n...n
a = Error correction level
L: 7%
M: 15%
Q: 25%
H: 30%
b = Cell size in dots (01 to 32)
c = Data setting mode
0: Manual
1: Automatic
Print data specification will differ with the following setting. When Normal is specified, omit all following
parameters. When Concatenation is specified, set all following parameters.
d = Concatenation mode
0: Normal
1: Concatenation
The following parameter specifies the quantity of QR code split by concatenation mode to concatenate.
e = Quantity of partitions by concatenation mode (01 to 16)
The following parameter specifies the specific quantity of split QR code.
f = Sequential number partitioned by concatenation mode (01 to 16)
The following parameter specifies the data in Hex character that is calculated from the entire print data
of split QR code.
g = Parity data of Concatenation mode (00 to FF)
<ESC>DS: The following setting is only necessary when specifying Manual setting in the Data Setting
mode. The binary specification will still be available, but the data specification command will be
different.
k=Enter mode
1: Numeric
2: Alphanumeric
<ESC>DN: The following setting is required when specifying Automatic in the Data Setting mode or
specifying Binary of the Manual setting.
m = Quantity of data (1 to 2953)
n = Print data
Place anywhere after <ESC>V but before <ESC>Q.