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-6 PN: 9001158B
IGa Sensor Type Selection. Selects the sensor type.
a = 0: Reflective (Eye-Mark) sensor.
1: Transmissive (See-Thru) sensor
2: Sensor not used
I1 Serial Interface, Configuration. Sets the operating parameters for the Serial RS232C
interface. Sets the default printer configuration in Flash ROM. Refer to the System Command
chapter of the Standard Command Code unit for details.
I2 IrDA Interface, Configuration. Sets the operating parameters for the Serial RS232C
interface. Sets the default printer configuration in Flash ROM. Refer to the System Command
chapter of the Standard Command Code unit for details.
I3 IrDA Interface, Device Name Settings. Allows specification of the device name.
aa = Alphanumeric (1 to 16)
I6 Bluetooth Interface, PIN Code Specification. Allows specification of a PIN code.
aa = ASCII characters other than control codes 20H to 7EH (01 to 16)
I7 Bluetooth Interface, Authentication Mode Settings. Specifies parameters relative to
search and connectivity.
a = 0: No authentication
1: Level 2-1 authentication
2: Level 2-2 authentication
3: Level 3 authentication
b = ISI validity: 0015 to 1000 (4 digit fixed, hexadecimal)
c = ISW validity: 0012 to 0997 (4 digit fixed, hexadecimal)
d = PSI validity: 0015 to 1000 (4 digit fixed, hexadecimal)
e = PSW validity: 0012 to 0997 (4 digit fixed, hexadecimal)
I8 Bluetooth Interface, Device Name Settings. Allows specification of the device name.
aa = ASCII characters other than control codes 20H to 7EH (01 to 20)
J Journal Print. Provides the ability to print text line by line. Fixed spacing between lines and
characters.
Laabb Character, Expansion. Expands characters in both directions.
aa = Multiple to expand horizontally (01 to 12)
bb = Multiple to expand vertically (01 to 12)
OA Font type. Specifies the OCR-A font.
OB Font type. Specifies the OCR-B font dot matrix.
Paa Character Pitch. Designates the number of dots between characters.
aa = Number of dots between characters (01 to 99)
#Ea Print Darkness. Specifies a new print darkness setting.
COMMAND QUICK REFERENCE
INSTRUCTION DESCRIPTION