Intermec PX4i Intermec Direct Protocol 8.60 Programmer's Reference Manual - Page 62

Enabling/Disabling Direct Protocol, 5.2 Selecting Standard IN/OUT Channel

Page 62 highlights

Chapter 5-Setting Up the Printer 5.1 Enabling/Disabling Direct Protocol Unless you use Intermec Shell to select the Intermec Direct Protocol, you must issue this instruction to switch from the Intermec Fingerprint Immediate Mode to the Intermec Direct Protocol: INPUT ON When you start the Intermec Direct Protocol, you enable the reception of data to a layout, start up the error handler and sets the verbosity to off. The message "Direct Protocol 8.60" appears in the printer's display. To return from the Intermec Direct Protocol to the Immediate Mode, use this instruction: INPUT OFF Reception of data to layouts are disabled, the error-handler is turned off and the verbosity is reset to the level selected before last INPUT ON instruction was executed. The message "Fingerprint 8.60" appears in the display. 5.2 Selecting Standard IN/OUT Channel By default, the printer will scan all communication ports for incoming data and automatically switch to that port ("autohunting"). However, you can select specific communication channels as standard IN and OUT channels using a SETSTDIO instruction. In case of parallel communication, the two-way communication will be lost and the printer will not be able to echo any data back to the host or returning any other data. It is possible to select different standard IN and standard OUT channels. SETSTDIO [, ] and can be individually specified: 1 = "uart1:" serial communication channel (standard) 2 = "uart2:" serial communication channel (optional board) 3 = "uart3:" serial communication channel (optional board) 4 = "centronics:" parallel communication channel (optional board) 5 = "net1:" Ethernet communication channel (optional board) 6 = "usb1:" USB serial communication channel ( standard) 7 = "uart4:" serial communication channel (secondary option board, PM4i & PM4/6i models only) 8 = "uart5:" serial communication channel (secondary option board, PM4i & PM4/6i models only) 100 = "auto" autohunting Example: SETSTDIO 2,2 ↵ 54 Intermec Direct Protocol v.8.60-Programmer's Reference Manual

  • 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

54
Intermec Direct Protocol v.8.60—Programmer’s Reference Manual
Chapter 5—Setting Up the Printer
5.1 Enabling/Disabling Direct Protocol
Unless you use Intermec Shell to select the Intermec Direct Protocol,
you must issue this instruction to switch from the Intermec Fingerprint
Immediate Mode to the Intermec Direct Protocol:
INPUT ON
When you start the Intermec Direct Protocol, you enable the reception
of data to a layout, start up the error handler and sets the verbosity to off.
°e message “Direct Protocol 8.60” appears in the printer’s display.
To return from the Intermec Direct Protocol to the Immediate Mode,
use this instruction:
INPUT OFF
Reception of data to layouts are disabled, the error-handler is turned off
and the verbosity is reset to the level selected before last INPUT ON
instruction was executed. °e message “Fingerprint 8.60” appears in the
display.
5.2 Selecting Standard IN/OUT Channel
By default, the printer will scan all communication ports for incoming
data and automatically switch to that port (“autohunting”). However,
you can select specific communication channels as standard IN and
OUT channels using a
SETSTDIO
instruction. In case of parallel com-
munication, the two-way communication will be lost and the printer will
not be able to echo any data back to the host or returning any other data.
It is possible to select different standard IN and standard OUT channels.
SETSTDIO <IN channel>[, <OUT channel>]
<IN channel> and <OUT channel> can be individually specified:
1 = "uart1:" serial communication channel (standard)
2 = "uart2:" serial communication channel (optional board)
3 = "uart3:" serial communication channel (optional board)
4 = "centronics:” parallel communication channel (optional board)
5 = "net1:" Ethernet communication channel (optional board)
6 = "usb1:" USB serial communication channel ( standard)
7 = "uart4:" serial communication channel (secondary option board, PM4i & PM4/6i models only)
8 = "uart5:" serial communication channel (secondary option board, PM4i & PM4/6i models only)
100 = "auto" autohunting
Example:
SETSTDIO 2,2