Intermec PC43d Fingerprint Developer's Guide (PC23d, PC43d/t, PM23c, PM43, PM4 - Page 24

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

Page 24 highlights

Chapter 2 - Understanding Fingerprint Syntax 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 when a carriage return is received. Most commands can be used in Immediate mode, but cannot be saved after execution. Immediate mode is primarily used to: • Send commands to print a single label that is not reused. • Send command strings which have been edited and saved as a file on the host computer. This method resembles "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 that does not begin with a number, but ends 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 sent in a single line: PRPOS 160,250:DIR 3:ALIGN 4:FONT "Univers":PRTXT "Hello":PRINTFEED ? Or, with each command on a separate line: PRPOS 160,250 DIR 3 AN 4 FT "Univers" PT "Hello" PF Note: The last example uses command abbreviations, such as PF for PRINTFEED. Not all Fingerprint commands can be abbreviated. For more information, see the Fingerprint Command Reference Manual. 12 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

Chapter 2 — Understanding Fingerprint Syntax
12
Fingerprint Developer’s Guide
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 when a carriage return is
received. Most commands can be used in Immediate mode, but cannot be saved
after execution.
Immediate mode is primarily used to:
Send commands to print a single label that is not reused.
Send command strings which have been edited and saved as a file on the host
computer. This method resembles “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 that does not begin with a number, but ends 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 sent in a single line:
PRPOS 160,250:DIR 3:ALIGN 4:FONT “Univers”:PRTXT
“Hello”:PRINTFEED ?
Or, with each command on a separate line:
PRPOS 160,250
DIR 3
AN 4
FT “Univers”
PT “Hello”
PF
Note:
The last example uses command abbreviations, such as PF for PRINTFEED.
Not all Fingerprint commands can be abbreviated. For more information, see the
Fingerprint Command Reference Manual.