User's Guide Part 2

CHAPTER 5 READER-HOST PROTOCOL
TagListFormat Description
text
Tag lists displayed as plain text messages, one tag ID per line.
xml Tag lists are displayed in XML text format
Text formatted tag lists take the following from:
Tag:1115 F268 81C3 C012 0000 1E45, CRC:2483, Disc:2003/01/21 09:00:51,
Count:1, Ant:0
Tag:0100 0100 0002 0709 0303 5752, CRC:8594, Disc:2003/01/21 11:00:10,
Count:1, Ant:0
Tag:1054 A334 54E1 7409 A434 8972, CRC:2083, Disc:2003/01/21 11:50:03,
Count:1, Ant:0
XML Formatted tag lists take the form:
<Alien-RFID-Tag-List>
<Alien-RFID-Tag>
<TagID>0102 0304 0506 0709 0020 2020</TagID>
<CRC>87B4</CRC>
<DiscoveryTime>2003/01/17 11:37:01</DiscoveryTime>
<Antenna>0</Antenna>
<ReadCount>1413726</ReadCount>
</Alien-RFID-Tag>
<Alien-RFID-Tag>
<TagID>2283 1668 ADC3 E804 3403 3030</TagID>
<CRC>9FD0</CRC>
<DiscoveryTime>2003/01/19 07:01:19</DiscoveryTime>
<Antenna>0</Antenna>
<ReadCount>1</ReadCount>
</Alien-RFID-Tag>
</Alien-RFID-Tag-List>
In all cases the following information is reported per tag:
TagID: The 96 bit tag ID.
CRC: The checksum built into the tag that guarantees that the tagID was
read correctly.
Disc: The time the tag was first read by the reader in the current session.
Count: The number of times the tag has been read in the current session.
Ant: The antenna port number that the tag was LAST seen at.
Example
Command
Response
Set TagListFormat = XML
TagListFormat = XML
Command
Response
Get TagListFormat
TagListFormat = Text
NOTE: Changes made with this command will take effect immediately.