Intermec IP2L Basic Reader Interface Programmer's Reference Manual (BRI versio - Page 14

Overview of the Basic Reader Interface, What’s New?, General Features of the BRI Architecture

Page 14 highlights

Chapter 1 - Introducing the Basic Reader Interface Overview of the Basic Reader Interface This programmer reference manual defines the architecture of the Basic Reader Interface (BRI) intended for use with Intermec RFID readers. The BRI is an RFID scripting language developed to improve productivity for an RFID programmer and reduce the time required to develop RFID applications. RFID programmers can use the BRI protocol to write programs that communicate with Intermec RFID devices. With the BRI, programmers can configure RFID control parameters, define event triggers, and perform tag operations. What's New? This programmer reference manual supports the Basic Reader Interface Version 3.17, and was updated to remove unsupported proprietary commands. General Features of the BRI Architecture The BRI architecture meets these design criteria: • Provides an ASCII-only command set. The commands are human-readable. • Provides a simple command/reply operations, and asynchronous event messages. • Allows presentation on a variety of physical interfaces such as serial, Bluetooth, and Ethernet. • Allows configuration of the general purpose input and output (GPIO) interface of a reader device. • Contains a command set that is flexible and can expand to accommodate specific reader variations and allow for future expansion and reader features. Two Typical BRI Usage Scenarios The BRI is typically used as a computer-to-computer programming interface. You can access the BRI using either a serial RS-232 connection or a TCP connection. In general, a reader that supports Ethernet or a Wi-Fi® radio makes BRI accessible via TCP; otherwise, the reader provides a serial interface to the BRI. For example: • The IF4 fixed reader has only a serial interface. • The IF61 and IF30 fixed reader have a TCP interface. • The IP30 has a USB or Bluetooth connection, but the BRI is accessed through a TCP connection to a handheld computer. 2 Basic Reader Interface Programmer 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
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146

Chapter 1 — Introducing the Basic Reader Interface
2
Basic Reader Interface Programmer Reference Manual
Overview of the Basic Reader Interface
This programmer reference manual defines the architecture of the Basic Reader
Interface (BRI) intended for use with Intermec RFID readers. The BRI is an RFID
scripting language developed to improve productivity for an RFID programmer and
reduce the time required to develop RFID applications. RFID programmers can use
the BRI protocol to write programs that communicate with Intermec RFID devices.
With the BRI, programmers can configure RFID control parameters, define event
triggers, and perform tag operations.
What’s New?
This programmer reference manual supports the Basic Reader Interface Version
3.17, and was updated to remove unsupported proprietary commands.
General Features of the BRI Architecture
The BRI architecture meets these design criteria:
Provides an ASCII-only command set. The commands are human-readable.
Provides a simple command/reply operations, and asynchronous event
messages.
Allows presentation on a variety of physical interfaces such as serial, Bluetooth,
and Ethernet.
Allows configuration of the general purpose input and output (GPIO) interface
of a reader device.
Contains a command set that is flexible and can expand to accommodate
specific reader variations and allow for future expansion and reader features.
Two Typical BRI Usage Scenarios
The BRI is typically used as a computer-to-computer programming interface. You
can access the BRI using either a serial RS-232 connection or a TCP connection. In
general, a reader that supports Ethernet or a Wi-Fi
®
radio makes BRI accessible via
TCP; otherwise, the reader provides a serial interface to the BRI. For example:
The IF4 fixed reader has only a serial interface.
The IF61 and IF30 fixed reader have a TCP interface.
The IP30 has a USB or Bluetooth connection, but the BRI is accessed through a
TCP connection to a handheld computer.