From c0c355e23ed2b42d3233f7c1f5f726ad6fb2a888 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 1 Aug 2010 14:00:49 +0200 Subject: [PATCH 1/1] document implementation details --- lib/RFID/Biblio/3M810.pm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/lib/RFID/Biblio/3M810.pm b/lib/RFID/Biblio/3M810.pm index f5e38d6..309dcf4 100644 --- a/lib/RFID/Biblio/3M810.pm +++ b/lib/RFID/Biblio/3M810.pm @@ -1,5 +1,26 @@ package RFID::Biblio::3M810; +=head1 NAME + +RFID::Biblio::3M810 - support for 3M 810 RFID reader + +=head1 DESCRIPTION + +This module implement serial protocol (over USB/serial adapter) with 3M 810 RFID +reader, often used in library applications. + +This is most complete implementation which supports full API defined +in L. This include scanning for all tags in reader +range, reading and writing of data, and AFI security manipulation. + +This implementation is developed using Portmon on Windows to capture serial traffic +L + +Checksum for this reader is developed using help from C +L + +=cut + use warnings; use strict; -- 2.20.1