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 3: Code Quick Reference
“i” Programming Reference
3-10 PN: 9001158B
2D31
QR Code (Model 1). Specifies QR code (model 1) of 2D code.
a = Error correction level
L: 7%
M: 15%
Q: 25%
H: 30%
b = Size of one side of cell in dots (01 to 32)
c = Data setting mode
0: Manual setting
1: Automatic setting (print data specification will differ)
d = Concatenation mode
0: Normal mode
1: Concatenation mode
e = Quantity of partitions by concatenation (01 to 16)
f = Sequential number partitioned by concatenation (01 to 16)
g = Concatenation mode Parity data in Hex character (00 to FF)
k = Enter mode
1: Numeric mode
2: Alphanumeric mode
m = Quantity of data (1 to 486)
n = Print data
2D32
Micro QR Code. Specifies Micro QR code of 2D code.
a = Error correction level
L: 7%
M: 15%
Q: 25%
b = Size of one side of cell in dots (01 to 32)
c = Data setting mode
0: Manual setting
1: Automatic setting
k = Enter mode
1: Numeric mode
2: Alphanumeric mode
m = Quantity of data (1 to 486)
n = Print data
COMMAND QUICK REFERENCE
INSTRUCTION DESCRIPTION