User's Manual

rfid:out.led=255
This command sets the variable and also sets the output LED color in RAM. Use cf.write to write this
change to flash memory to persist across power cycles.
LED Value Description
0 OFF
1 RED
2 GREEN
3 AMBER
4..254 Reserved
255 Controlled by the device
rfid.out.relay= True
This command sets the output driver to ON (active low) when true. This is only available on OEM
converter boards.
rfid:time.hold=20
This command sets how long in 48ms ticks the data is held for the active ID. This also controls how
long the device keeps the LED green in 48 msec ticks. The default time is 20 * 0.048 = 0.960
seconds.
Note: The qid.hold resets the internal timer this value initializes.
rfid:time.lo=24
This command sets how long in 48ms ticks the card device has to wait for no card in the RF field to
begin accepting new card data. This prevents the same card data from being read over and over. If
op.cont is true this value has no effect. The default time is 24 * 0.048 = 1.15 seconds.
Note: The qid.hold resets the internal timer this value initializes, so that a new card can be read
assoon as the data is transferred to the host computer.
rfid:wieg.id.bits=80
This command sets byte reversal and also defines the FAC bit size.
rfid:wieg.inv.bits=True
This command sets all ones to become zero in the Wiegand data. If false, all zeros are set to become
a one.
rfid:wieg.qual=False
This command sets card reading filter to off. If true, card reading filter is on. This is related to the next
command, .qual.bits=80.
rfid:wieg.qual.bits=80
This command sets the device to read only cards with this many bits. All other size cards are filtered
out.
57 Chapter 4 ASCII Command Protocol