Intermec IF2 Basic Reader Interface Programmer's Reference Manual (BRI version - Page 101

Densereadermode, Echo, Epcc1g2parameters, Fieldsep, Bri Tcp, Applications

Page 101 highlights

Chapter 4 - BRI Commands DENSEREADERMODE Enables or disables the dense reader mode operation. This mode only applies when the TAGTYPE list contains only the EPCglobal Class 1 Gen 2 tagtype. These tags respond with Miller Sub carrier encoded data instead of FM0 encoded data. You can set this attribute to ON or OFF. For the IP30 and IM11, the default is ON. For all other readers, the default is OFF. ECHO Note: If your BRI application communicates with the reader over a TCP connection, you cannot modify this attribute from the default. For details, see "BRI TCP Applications" on page 3. Allows each command character to be returned back to the host device. This attribute can be helpful if you are typing BRI commands. You can set this attribute to ON or OFF. Default is OFF. This example enables command echoing to the host device: ATTRIBUTE ECHO=ON This example disables command echoing to the host device: ATTRIBUTE ECHO=OFF Note: If the CHKSUM attribute is enabled, you cannot enable ECHO. If you attempt to enable the ECHO attribute, the BRI returns ERR. EPCC1G2PARAMETERS This numeric attribute allows the user to select a set of EPCC1G2 protocol parameters. The value must be one of the IDs listed in the responses to CAP EPCC1G2PARAMETERS. An alias for this attribute is EPCC1G2PARMS. For example: ATTRIB EPCC1G2PARMS=1 OK> ATTRIB EPCC1G2PARMS EPCC1G2PARMS=1 OK> FIELDSEP This attribute allows the user to change the output format character used in the BRI. The default output field separator is the ASCII space character (0x20). Default is the space character. Note that this attribute can be modified when using a TCP connection. Basic Reader Interface Programmer Reference Manual 89

  • 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 4 — BRI Commands
Basic Reader Interface Programmer Reference Manual
89
DENSEREADERMODE
Enables or disables the dense reader mode operation. This mode only applies when
the TAGTYPE list contains only the EPCglobal Class 1 Gen 2 tagtype. These tags
respond with Miller Sub carrier encoded data instead of FM0 encoded data. You can
set this attribute to ON or OFF.
For the IP30 and IM11, the default is ON.
For all other readers, the default is OFF.
ECHO
Allows each command character to be returned back to the host device. This
attribute can be helpful if you are typing BRI commands. You can set this attribute
to ON or OFF. Default is OFF.
This example enables command echoing to the host device:
ATTRIBUTE ECHO=ON
This example disables command echoing to the host device:
ATTRIBUTE ECHO=OFF
EPCC1G2PARAMETERS
This numeric attribute allows the user to select a set of EPCC1G2 protocol
parameters. The value must be one of the IDs listed in the responses to CAP
EPCC1G2PARAMETERS. An alias for this attribute is EPCC1G2PARMS. For
example:
ATTRIB EPCC1G2PARMS=1<CRLF>
OK><CRLF>
ATTRIB EPCC1G2PARMS<CRLF>
EPCC1G2PARMS=1<CRLF>
OK><CRLF>
FIELDSEP
This attribute allows the user to change the output format character used in the
BRI. The default output field separator is the ASCII space character (0x20). Default
is the space character. Note that this attribute can be modified when using a TCP
connection.
Note:
If your BRI application communicates with the reader over a TCP connection,
you cannot modify this attribute from the default. For details, see
“BRI TCP
Applications” on page 3
.
Note:
If the CHKSUM attribute is enabled, you cannot enable ECHO. If you attempt
to enable the ECHO attribute, the BRI returns ERR.