Can I read a Wiegand Protocol directly with Arduino Due?

Hi all,

I have a project which I need to read a wiegand protocol and identify the ID, but I don't know if Arduino Due can read this protocol directly in it serial ports.
The pulse width time in this protocol is 100 micro seconds and it has an interval time of 1 mili second.

May someone help me with this?

Thanks

Did you see this Library ?

I had saw this library, but I still had some problems to read the output of my wiegand protocol.
But I found some topics here which people had the same problem.

http://forum.arduino.cc/index.php?topic=167706.0

Here they solved the problem and they didn't use the library.

Thank you for your attention.