User's Manual

Command Data Type R, W, R/W Definition
rfid:cfg
(pcProx Plus only)
INT R/W The pcProx Plus reader has multiple
configurations. Each configuration has the
settings associated with a card type. When a
configuration is changed, all other related
settings reflect that configuration number.
Example:
To set configuration #1 to keystroke out the card
ID preceded by #1/ the following commands
would be entered:
rfid:cfg=1
fid:char.count.lead=3
rfid:char.count.lead=0
rfid:char.1=’#’
rfid:char.2=’1’
rfid:char.3=’/’
To then set configuration #2 to precede it’s card
ID with #2/ the following commands would be
entered:
rfid:cfg=2
fid:char.count.lead=3
rfid:char.count.lead=0
rfid:char.1=’#’
rfid:char.2=’2’
rfid:char.3=’/’
rfid:cfg.card.hipri
(pcProx Plus only)
BOOL R/W Enable priority card read. IF True, current
configuration is given priority over the alternate
configuration
rfid:cfg.card.list
(pcProx Plus only)
Function View list of supported card types and their
hexadecimal entries for the rfid.cfg.card.type
command.
rfid:cfg.card.type
(pcProx Plus only)
INT (hex) R/W Verify or Set Card type for current configuration
in RAM as 16 bit INT (0x0000..0xFFFF)
Note: 0x0000 is off
rfid:cfg.read
Function Read the flash memory settings in to RAM.
rfid:cfg.reset
Function Reset the flash memory to the factory defaults.
rfid:cfg.write
Function Write the variables from RAM in to flash
memory.
rfid:chr.1
CHAR R/W 1st card data delimiter character
(A - Z, 0 - 9, a - z or ASCII \0x00 ….\0x0D) u
rfid:chr.2
CHAR R/W 2nd card data delimiter character
(A - Z, 0 - 9, a - z or ASCII \0x00 ….\0x0D) u
rfid:chr.3
CHAR R/W 3rd card data delimiter character
(A - Z, 0 - 9, a - z or ASCII \0x00 ….\0x0D) u
rfid:chr.count.lead
INT R/W Verify or Set the leading character count
(0 to 3) u
51 Chapter 4 ASCII Command Protocol