User's Manual

Table Of Contents
Product Manual - RFID Reader UF80 37
Chapter 7
Operation
Host name with a length of 1 to 15 bytes, whose hexadecimal interpretation is
transferred. The individual characters are interpreted in HEX format. This means
that two ASCII characters in the message equal one byte of data in HEX format.
Example:
Host name "UF80_10"
0x55 0x46 0x38 0x30 0x5F 0x31 0x30
ASCII string "554638305F3130"
IP address of the network setting with a size of 4 bytes.
The data are in HEX format. This means that two ASCII characters in the message
equal one byte of data in HEX format.
Example:
IP address 10.73.254.56
0x0A 0x49 0xFE 0x38
ASCII string "0A49FE38"
Defines the length of the data to be read or written. The two ASCII characters (2
bytes) specify the length of the data in HEX format.
Example:
Length 1 byte 0x01 "01"
Length 16 bytes 0x10 "10"
Length 25 bytes 0x19 "19"
Length 100 bytes 0x64 "64" (maximum length)
Host name 2 - 30 bytes
IP-ADR 8 bytes
Length 2 bytes