Consortium
Activities
Projects
Forge
Events
Log-in
Register
Aspire :: OSGi Bundles :: ACR122u Reader
Space Menu
Consortium
|
Solutions
|
Middleware
|
Forge
|
MyObjectWeb
|
PDF
|
History
|
More Actions
View
Code
|
XML
|
Help
Documentation
|
XWiki Syntax
|
1 Aspire :: OSGi Bundles :: ACR122u Reader ---- #toc("" "" "true") ---- This section describes the bundle for [ACR122u reader>http://www.acs.com.hk/index.php?pid=product&id=ACR122U] (ie HALAdaptor) 1.1 Context The [ACR122u reader>http://www.acs.com.hk/index.php?pid=product&id=ACR122U] is an ISO 14443 RFID reader. This reader deals also with Mifare, Innovision, ... tags. The ACR122u reader is sold as OEM by [Touchatag>http://www.touchatag.com/e-store] and others. The ACR122u Reader bundle packages a HALAdaptor for Tagsys Medio L100 & L200 reader attached to the host (RS232). 1.1 Building process # You must firstly build the tikitag clien project. This project is a open source Java library to access the acr122u reader. <blockquote> The sources of this project are in ~~trunk/bundles/readers/tikitag-client~~. Use maven to build this project, the instruction is mvn clean install </blockquote> # You must also build the abstract-reader project. This project contains base classes used by all HAL adaptors. <blockquote> The sources of this project are in ~~trunk/bundles/readers/abstract-reader~~. Use maven to build this project, the instruction is mvn clean install </blockquote> # Finally you must build the acr122u reader project. The sources are in ~~trunk/bundles/readers/acr122u-reader~~ <blockquote> Use maven to build this project, the instruction is mvn clean install </blockquote> 1.1 Deployment The artifacts to deploy are * org.ow2.aspirerfid:abstract-reader (Artifact that has the base reader classes) * com.tikitag:com.tikitag.client-bundle (The open source java library) * org.ow2.aspirerfid:tagsys-reader (The acr122u reader driver) 1.1 LRSpec 1.1.1 Configurable properties {code} <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns3:LRSpec xmlns:ns2="urn:epcglobal:ale:wsdl:1" xmlns:ns3="urn:epcglobal:ale:xsd:1"> <isComposite>false</isComposite> <readers /> <properties> <property> <name>ReaderType</name> <value>org.ow2.aspirerfid.ale.server.readers.rp.acr122u.ACR122UAdaptor</value> </property> <property> <name>Description</name> <value>This ACR122u Logical Reader </value> </property> <property> <name>PhysicalReaderName</name> <value>ACR122u</value> </property> <property> <name>ReadTimeInterval</name> <value>1500</value> </property> </properties> </ns3:LRSpec> {code} 1.1 Link * [ACR122u reader>http://www.acs.com.hk/index.php?pid=product&id=ACR122U]