
OBID
®
Manual
ID RW01L.AB-A
FEIG ELECTRONIC GmbH
Page 33 of 39
H20801-1e-ID-B.doc
FORMAT:
This bit is used to specify the data output format when the asynchronous interface is
activated for scan mode.
b0
unformatted hex data
In this case the raw data are output just as they are read from the
transponder.
b1
ASCII formatted hex data
In this case the raw data are reformatted into ASCII code. First the data
bytes are broken down into their nibbles, and then converted into ASCII
according to the following table.
raw data
(hex / binary)
ASCII data
(ASCII / hex)
0x0
b0000
'0'
0x30
0x1
b0001
'1'
0x31
0x2
b0010
'2'
0x32
0x3
b0011
'3'
0x33
0x4
b0100
'4'
0x34
0x5
b0101
'5'
0x35
0x6
b0110
'6'
0x36
0x7
b0111
'7'
0x37
0x8
b1000
'8'
0x38
0x9
b1001
'9'
0x39
0xA
b1010
'A'
0x41
0xB
b1011
'B'
0x42
0xC
b1100
'C'
0x43
0xD
b1101
'D'
0x44
0xE
b1110
'E'
0x45
0xF
b1111
'F'
0x46
TERM_E
This bit is used to specify whether the data should have a terminating character
when outputting over the asynchronous interface (see:
b0:
SCAN_TERM is not used
b1:
SCAN_TERM is appended
PREFIX_E
This bit is used to specify whether the data should have a prefix (start character)
when outputting over the asynchronous interface (see:
b0:
SCAN_PREFIX is not used
b1:
SCAN_PREFIX is prefixed