--- crc-16.c -----------------------------------------------------------------

Utility program to calculate the CRC-16 checksums used by the RFID tag reader.
Compile with "gcc -o crc-16 crc-16.c".  To use, start the program and type in
packets, one per line, omitting the final two checksum bytes.  For each packet
(line) it will print the two-byte checksum.  Each byte is represented as two
hexadecimal digits.  Non-hex digits are ignored.

--- vec_test.c ---------------------------------------------------------------

Test program for Paul Jarc's vectors and my VEC_BSRCH* macros.  Compile with
"gcc -o vec_test vec_test.c ../prjlibs/*.c -I../prjlibs".  Doesn't do anything
useful... just read the source code.

--- packet.1 -----------------------------------------------------------------

RFID response packet to the 0x01 Inventory command indicating the presense of
one tag with uid 15a1dea7deadbeef.

--- packet.2 -----------------------------------------------------------------

RFID reponse packet to the 0x23 Read Multi Blocks command indicating that the
queried tag has type 87654321.

--- packet.3 -----------------------------------------------------------------

RFID response packet to the 0x01 Inventory command indicating that zero
transponders are present in the RF field.
