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-9 PN: 9001158B
2D20
Maxi Code. Specifies Maxi Code of 2D code.
a = Mode
2: Delivery only (numeric only)
3: Delivery only (alphanumeric only)
4: Standard Symbol
6: Reader only
b = Service class in numeric (001 to 999)
c = Country code in numeric (001 to 999)
d = Postal code
Mode 2: Maximum of 9 numeric digits (0 to 999999999)
Mode 3: Maximum of 6 alphanumeric (000000 to 999999)
m = Quantity of print data (1 to 138)
n = Data (00H is not designable)
2D30
QR Code (Model 2). Specifies QR code (model 2) 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 2953)
n = Print data
COMMAND QUICK REFERENCE
INSTRUCTION DESCRIPTION