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-12 PN: 9001158B
WI
Wireless LAN Interface, IP Setup Method. Allows specification of the IP address setup
method.
a = Address settings:
0: Manual setting
1: DHCP
W1
Wireless LAN Interface, IP Address Settings. Permits setup of the IP address.
a = Decimals up to 12 places.
W2
Wireless LAN Interface, Subnet Mask Setup. Permits setup of the subnet mask.
a = Decimals up to 12 places.
W3
Wireless LAN Interface, Default Gateway Specification. Specifies the default gateway.
a = Decimals up to 12 places.
W4
Wireless LAN Interface, SSID Settings. Specifies the settings for SSID.
a = Alphabets along with a hyphen (-), an underscore (_) can be specified up
to 32 characters.
W5
Wireless LAN Interface, Channel Specification. Allows specification of the channel used.
a = 01 to 14 digits, fixed.
W6
Wireless LAN Interface, Mode Specification. Permits the specification of the WLAN mode.
a = 1: Adhoc Mode
2: Infrastructure Mode
W7
Wireless LAN Interface, Security Function Specification. Specifies mode of encoding.
a = 0: Not set
1: WEP encoding used
2: WPA encoding used
W8
Wireless LAN Interface, WEP Key Specification. Specifies the WEP key.
a = A: ASCII
B: HEX
b = WEP key: ASCII (5 or 13 characters), HEX (10 or 26 characters)
W9
Wireless LAN Interface, Authentification Specification. Specifies the authentification
function.
a = 0: WPA-PSK
1: EAP
XBa Font Type. Specifies 48W x 48L dot matrix font (includes descenders).
a = 0: Disables auto-smoothing of font
1: Enables auto-smoothing if expansion is greater than 3.
n = Print data
COMMAND QUICK REFERENCE
INSTRUCTION DESCRIPTION