Intermec CV30 Intermec Terminal Emulator (ITE) Programmer's Reference Manual - Page 139

Printing a Basic Label, Changing Print Orientation, Fingerprint Command Descriptions

Page 139 highlights

Chapter 3 - Extended Commands Control Character Sequence Descriptions Character =0d =0a # ^9c Description Carriage return (required for all command lines) Line feed Terminating character for the #F extended command ST control character 0x9c Printing a Basic Label In this example, the control character sequence prints the text "Hello" to the connected Intermec printer. The control character sequence is as follows: ^9F#F8N810000099000000bb05PT "Hello":PF=0d=0a#^9C Fingerprint Command Descriptions Characters Description PT The abbreviated PRTXT command, which tells the printer to print "Hello". PF The abbreviated PRINTFEED command, which runs the program and then resets all settings to default values. If the label is printed correctly, the #F command returns these characters: PT "Hello":PF^0D^0A^0D If the label is not printed, you may see an error message such as "Out of paper" or "Door open". For more information on error messages, see the Fingerprint Command Reference Manual. Changing Print Orientation This example prints the same basic label, with the print direction rotated 180 degrees from the default direction. The control character sequence is: ^9f#F8N810000099000000bb05PRPOS 160,250:DIR 3:ALIGN 4:FONT =22Swiss 721BT:PT "Hello":PF=0d=0a#^9C Fingerprint Command Descriptions Characters PRPOS 160,250 DIR 3 ALIGN 4 FONT =22Swiss 721BT PT "Hello" PF Descriptions Sets the printhead starting position. Sets the print direction to the same as the print feed. Specifies the anchor point of the field. Sets the font. Tells the printer to print "Hello". Prints a single label. Printing a Bar Code Label This complex example includes several control character sequences that print a box, a graphic (pre-loaded on Fingerprint printers), a bar code that includes humanreadable text, and a single text line. Intermec Terminal Emulator (ITE) Programmer's Reference Manual 127

  • 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

Chapter 3 — Extended Commands
Intermec Terminal Emulator (ITE) Programmer’s Reference Manual
127
Printing a Basic Label
In this example, the control character sequence prints the text “Hello” to the
connected Intermec printer. The control character sequence is as follows:
^9F#F8N810000099000000bb
05PT “Hello”:PF=0d=0a#^9C
If the label is printed correctly, the #F command returns these characters:
PT “Hello”:PF^0D^0A^0D
If the label is not printed, you may see an error message such as “Out of paper” or
“Door open”. For more information on error messages, see the Fingerprint
Command Reference Manual.
Changing Print Orientation
This example prints the same basic label, with the print direction rotated 180
degrees from the default direction. The control character sequence is:
^9f#F8N810000099000000bb
05PRPOS 160,250:DIR 3:ALIGN 4:FONT
=22Swiss 721BT:PT “Hello”:PF=0d=0a#^9C
Printing a Bar Code Label
This complex example includes several control character sequences that print a box,
a graphic (pre-loaded on Fingerprint printers), a bar code that includes human-
readable text, and a single text line.
=0d
Carriage return (required for all command lines)
=0a
Line feed
#
Terminating character for the #F extended command
^9c
ST control character 0x9c
Fingerprint Command Descriptions
Characters
Description
PT
The abbreviated PRTXT command, which tells the printer to print “Hello”.
PF
The abbreviated PRINTFEED command, which runs the program and then
resets all settings to default values.
Fingerprint Command Descriptions
Characters
Descriptions
PRPOS 160,250
Sets the printhead starting position.
DIR 3
Sets the print direction to the same as the print feed.
ALIGN 4
Specifies the anchor point of the field.
FONT =22Swiss 721BT
Sets the font.
PT “Hello”
Tells the printer to print “Hello”.
PF
Prints a single label.
Control Character Sequence Descriptions
Character
Description