User's Manual

Document type: Title: Revision date: Revision:
User's Manual (MUT) CAEN UHF RFID Readers Communication Protocol 02/04/2008 5
NPO: Filename: Number of pages: Page:
00117/03:PROTx.MUTx/05 EASY2READ_PROTOCOL_REV5.DOC 32 8
Code Description
0x61
DataBits: a value representing the databits setting of serial port. Attribute
value is 4 bytes long.
0x62
StopBits: a value representing the stopbits setting of serial port. Attribute
value is 4 bytes long.
0x63
Parity: a value representing the parity setting of serial port. Attribute value
is 4 bytes long and can assume the following values:
0x00 = No parity
0x01 = Odd parity
0x02 = Even parity
0x64
FlowCtrl: a value representing the flow control setting of serial port.
Attribute value is 4 bytes long and can assume the following values:
0x00 = No flow control
0x01 = Hardware flow control
0x02 = Software flow control (not yet implemented)
0x65
DateTime: a value representing a date and time. Attribute value has a
maximum length of 30 bytes. The data format is:
YYYY–MM–DD HH:MM:SS
0x66
SelUnselOp: a value representing the tag selection operation defined by the
ISO18000-6B protocol. Attribute value is 2 bytes long and can assume the
following values:
0x00 = select equal
0x01 = select not equal
0x02 = select greater than
0x03 = select lower than
0x04 = unselect equal
0x05 = unselect not equal
0x06 = unselect greater than
0x07 = unselect lower than
0x67
Bitmask: a value representing the bitmask parameter of tag selection
operations defined by the ISO18000-6B protocol. Attribute value is 2 bytes
long (only 8 least significant bits are used).
0x68 REESERVED.