5
/
23
30
31 32 33 34 35 and a total of 15 bytes, then the hexadecimal number is
7048860DDF79. The
data sent through Wiegand 34bit is 860DDF79 , The high part of the front is lost.
If only one byte is received and the delay exceeds 25ms, it will be considered as a keyboard
data, and the byte will be sent as Wiegand 8bit.
For example:
if the serial port receives 32 (HEX), it will send 32
3.2 Network output:
Decode the data received from Wiegand and output it in ASCII format
Format:
(10 ASCII codes) + 0D+0A
For example:
the data received by Wigan is 1E256 (HEX), then when sending it through the
serial port, it is
30 30 30 30 31 32 33 34 37 38 0D 0A
If only one byte of Wiegand data (think keyboard data) is received, one byte will be output
without the suffix 0D 0A; there are two cases:
1.
The
received
is
4bit,
then
output
the
byte
in
ASCII
format
2.
The
received
is
8bit,
then
send
it
as
it
is
For example:
if
Wiegand
receives
a
4bit
3,
then
it
sends
ASCII
33
through
the
serial
port,
and
receives
a
4bit
A,
then
sends
ASCII
41
through
the
serial
port;
If
Wiegand
receives
an
8bit
45
(hex),
it
sends
45
(hex)
as
it
is
from
the
serial
port.
);
3.3 Wiegand end reception
Support Wiegand 4bit, 8bit, 26bit, 34bit input.
3.4 Wiegand terminal output
The output format is 8bit and 34bit (8bit means key signal).
Summary of Contents for WIEGAND-Ethernet
Page 1: ...1 23 Ethernet WIEGAND Bidirectional converter Manual...
Page 13: ...13 23...
Page 21: ...21 23...
Page 22: ...22 23...