PMA82TP-BB
37 / 50
PROXRUNNER BLUETOOTH RFID SCANNER - Reference manual
SPRINGCARD, the SPRINGCARD logo, PRO ACTIVE and the PRO ACTIVE logo are registered trademarks of PRO ACTIVE SAS.
All other brand names, product names, or trademarks belong to their respective holders.
Information in this document is subject to change without notice. Reproduction without written permission of PRO ACTIVE is forbidden.
ser=C5 ; value for SER
shd=00 ; value for SHD
pin=0000 ; value for PIN
5.2.2. The “rckeys” section
This section holds the Mifare access keys to be written in RC’s secure EEPROM.
Type A keys are named “a0” to “a15”, and type B keys “b0” to “b15”.
Here’s an example of content :
[rckeys]
a0=A0A1A2A3A4A5 ; Mifare type A base key (for MAD)
a1=FFFFFFFFFFFF ; NXP transport key
a2=000000000000 ; other transport key
a3=CCCCCCCCCCCC ; unused
(...)
a15=CCCCCCCCCCCC ; unused
b0=B0B1B2B3B4B5 ; Mifare type B base key (for MAD)
b1=FFFFFFFFFFFF ; NXP transport key
b2=000000000000 ; other transport key
b3=CCCCCCCCCCCC ; unused
(...)
b15=CCCCCCCCCCCC ; unused
This section (and each line in it) is optional. Only keys listed in this section will
be written, other keys will be left unchanged.
5.2.3. Sections for Card Processing Templates
SpringCard RFID Scanners
run 1 to 4 card accepting templates.
Each template is configured by sections “tpl1”, “tpl2”, “tpl3” and “tpl4”
respectively.
Mandatory and optional content for each section depends on the card lookup list
(LKL field) of the section itself.
a. ID-Only example
This sample section configures template 4 to read any kind of ID. Output format
is : 8-byte fixed length, prefixed by the string “ID=” :
[tpl4]
lkl=0F ; wants any kind of ID
tof=82 ; 8-byte output, swap 14443 A short IDs
pfx=49443D ; prefix = “ID=”
b. Desfire example
This sample section configures template 1 to read 8 bytes of data from a Desfire
card. Output format is : 8-byte fixed length, no prefix :
[tpl1]
lkl=71 ; wants Desfire cards
tof=02 ; 8-byte output
pfx= ; no prefix
loc=123456 01 000100 08 ; 8 bytes of data to be read in application
; 0x123456, field 0x01, at offset 0x000100