User's Guide

Rev. 1
HEXAPAD 10 BC USB
8.3 Reading result format
In Autonomous Mode, the reader sends a string formatted with the tag read results in the chosen
communication interface.
Below is the format of string:
<epcdecode><separator><tagop><separator><readcount><separator><rssi><endofline>
<epcdecode>
EPC id read result with the decoding specified by the epcdecode command.
Note: Always reported by the reader in Autonomous Mode.
< separator>
Separator character specified by the separator command.
Note: It is only reported by the reader if there are more fields in addition to <epcdecode> to
report.
<tagop>
Result of reading the operation specified by the tagop command.
Note: Optional.
<readcount>
Amount of reading of the same tag in an inventory period. The option to show or not the value is
made by the reportreadcount command.
Note: Optional.
<rssi>
Rf signal level value in dBm and negative of tag response. The option to show or not the value is
made by the reportrssi command.
Note: Optional.
<endofline>
End-of-line type configured by the endofline command.
Note: Reported by the reader in Autonomous Mode if configured other than none.
Examples of reading result:
AVISO:
The size of the result string may vary depending on the tags read,
so if it is a User Software that will receive this string, always treat it
using the <separator> and <endofline> fields to separate the desired
fields.