Command structure falls into one of three groups:
1. Perform a function.
2. Assign a variable.
3. Query a variable.
Perform a Function
A function performs an operation that may or may not display any results. A function may not be
queried. An example of a function is to write the variable settings to flash memory using
rfid:cfg.write CR
.
Certain functions that display a value or series of values display the string between curly braces for
easy parsing. For example, the
rfid:qid
function output displays:
{0x00BB,1,0x0000,80;0x000000801CD1931B2F14}
Assign a Variable
There are three types of variables:
1. Boolean
2. Integer
3. Character
Examples of Boolean Assignments
rfid:op.beep=0
rfid:op.beep=true
rfid:op.beep=False
rfid:op.beep=F
Examples o f Integer Assignment
rfid:out.led=0003
rfid:out.led=3
Note: Some integer values require a 16 bit hexadecimal entry.
For Example: pcProx Plus card types: rfid:cfg.card.type=0xFFFF
Examples of Character Assignment
rfid:Delim.Chr.fac=’:’ CR
rfid:Delim.Chr.fac=’x3a’ CR
48
Chapter 4
ASCII Command Protocol
Содержание pcProx Plus
Страница 1: ...99009010 Rev U pcProx Plus pcProx Enroll Wiegand Converter Configuration Utility User Manual...
Страница 6: ...ID Card Reader System Output Formats 6 Chapter 1 The Basics...
Страница 10: ...10 Chapter 2 Hardware Interface Connectors OUTPUT CONNECTORS T...
Страница 34: ...34 Chapter 3 Software GetQueuedID Data Display HH MM SS displays 00 00 06...
Страница 41: ...41 Chapter 3 Software Each single keystroke entered to precede card data equals 1 byte of memory...
Страница 42: ...42 Chapter 3 Software If any special character is selected with a keystroke this equals 2 bytes of memory...