User's Manual

Table Of Contents
Product Manual - RFID Reader LF60C SoliD 45
Chapter 7
Operation
Message items
Command of the message. See table in chapter
Commands reader to host
The data are interpreted in HEX format. That means that 2 ASCII characters
define one byte tag data in HEX format. The data always contains all 8 bytes of
the specified page of the transponder.
Example:
Tag data in ASCII "12345678" (8 bytes)
Tag data in HEX 0x31 0x32 0x33 0x34 0x35 0x36 0x37 0x38
Data in message "3132333435363738" (16 ASCII characters)
Defines the page of the transponder for a read or write action. The two ASCII
characters (2 bytes) define the page number of the tag in decimal format.
Example: page 1 "01"
page 10 "10"
page 17 "17"
Number of the parameter. One ASCII character (1 byte) display the parameter
number in hex format.
Example: parameter 1 "1"
Value of a parameter. Two ASCII characters (2 bytes) display the value of the
parameter in decimal format.
Example: value 45 "45"
CMD 1 byte
Data 16 bytes
Page 2 bytes
Parameter No. 1 byte
Parameter value 2 bytes