Reader Status Requests - Omron MicroHAWK Integration Manual

Table of Contents

Advertisement

Reader Status Requests

<?> Status Byte
The reader responds to a status request <?> with a two character hex value, such as <?/22>.
To determine status:
1. Look up the binary conversion in the table below.
For example, the first hex 2 would be 0 0 1 0 in binary, as read from binary digits 3
through 0; the second hex 2 is also 0 0 1 0 as read from binary digits 7 through 4.
2. Next, enter your binary values from the table below in the
"Binary" column next to the appropriate bit.
Bit
Binary
0
0
1
1
2
0
3
0
4
0
5
1
3. Under "Binary," interpret 1s as true and 0s as not true. For
example, bit 1 has a 1 in the "Binary" column, indicating
"Command Received". Bit 5 is also a 1, indicating that the
"Reader is in a read cycle".
<K?> All Status Request
This is the fastest way to learn the reader's current configuration. Sending this request will
return the current settings of all commands, starting with the lowest K command value and
ending with the highest K command value.
<K??> All Descriptor Status Request
This request will return all current descriptors for every K command, starting with the lowest
K command value and ending with the highest K command value.
<K?#> All Range Status Request
This request will return the current settings of all commands within the user-defined range,
starting with the lowest user-defined K command value and ending with the highest
user-defined K command value.
MicroHAWK Engine Integration Guide
Reader Status
Command error detected
Command received
Communication error detected
Flash sector unprotect failure
Host port buffer overflow
Reader is in a read cycle
Utilities
Binary
Bit Digits
Hex
Value
7
6
5
4
3
2
1
0
0
0
0
0
0
1
0
0
0
1
2
0
0
1
0
3
0
0
1
1
4
0
1
0
0
5
0
1
0
1
6
0
1
1
0
7
0
1
1
1
8
1
0
0
0
9
1
0
0
1
A
1
0
1
0
B
1
0
1
1
C
1
1
0
0
D
1
1
0
1
E
1
1
1
0
F
1
1
1
1
14-21

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents