Intermec PX4i Fingerprint Developer's Guide (old) - Page 28

About Immediate Mode, Sending Command Strings in Immediate Mode - label printer

Page 28 highlights

Chapter 2 - Understanding Fingerprint Syntax Special Devices (continued) Name storage: wand: Refers To Can Be OPENed For Electronic key. Input/Output/Random Data from Code 128 bar code via printer bar Input code wand interface. Note: Device names must be lowercase characters only and enclosed by quotation marks (for example, "/c"). Some devices must have a trailing colon (:) as shown. Devices are referred to by name with directory commands, such as SAVE, KILL, or FORMAT, and with OPEN statements. In instructions used in connection with communication (for example BREAK, BUSY/READY, COMSET), the keyboard/display unit and the communication channels are specified by numbers instead of names: 0 = "console:" 1 = "uart1:" 2 = "uart2:" 3 = "uart3:" 4 = "centronics:" 5 = "net1:" 6 = "usb1:" About Immediate Mode In Immediate Mode, Fingerprint commands are executed at once as soon as a carriage return is received. Most commands can be used, but cannot be saved after execution. The Immediate Mode can be used for three main purposes: • Send commands to print labels that you will never need to print again. • Send command strings which have been edited and saved as a file on the host computer. This method resembles the so-called "Escape sequences" used in other types of label printers. • Send commands that can be used in either Immediate or Programming Mode, such as DELETE, LOAD, MERGE, NEW, REBOOT, or RUN. Any command line not starting with a number but ending in a carriage return is treated as an Immediate Mode command. Sending Command Strings in Immediate Mode You can send command strings in Immediate Mode to print label formats. Command strings can be issued in a single line: 12 Intermec Fingerprint Developer's Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187

Chapter 2 — Understanding Fingerprint Syntax
12
Intermec Fingerprint Developer’s Guide
Devices are referred to by name with directory commands, such as SAVE, KILL, or
FORMAT, and with OPEN statements.
In instructions used in connection with communication (for example BREAK,
BUSY/READY, COMSET), the keyboard/display unit and the communication
channels are specified by numbers instead of names:
0 = “console:”
1 = “uart1:”
2 = “uart2:”
3 = “uart3:”
4 = “centronics:”
5 = “net1:”
6 = “usb1:”
About Immediate Mode
In Immediate Mode, Fingerprint commands are executed at once as soon as a
carriage return is received. Most commands can be used, but cannot be saved after
execution.
The Immediate Mode can be used for three main purposes:
Send commands to print labels that you will never need to print again.
Send command strings which have been edited and saved as a file on the host
computer. This method resembles the so-called “Escape sequences” used in other
types of label printers.
Send commands that can be used in either Immediate or Programming Mode,
such as DELETE, LOAD, MERGE, NEW, REBOOT, or RUN.
Any command line not starting with a number but ending in a carriage return is
treated as an Immediate Mode command.
Sending Command Strings in Immediate Mode
You can send command strings in Immediate Mode to print label formats.
Command strings can be issued in a single line:
storage:
Electronic key.
Input/Output/Random
wand:
Data from Code 128 bar code via printer bar
code wand interface.
Input
Special Devices (continued)
Name
Refers To
Can Be OPENed For
Note:
Device names must be lowercase characters only and enclosed by
quotation marks (for example, “/c”). Some devices must have a trailing
colon (:) as shown.