How to get data from Proximity card reader on Wiegand (using HID R10 Reader) interface through input?

We have a wiegand reader (HID R10 reader). We want to read the card CSN send by the wiegand reader in toradex module.So how to read a wiegand input in toradex module.
I connect HID R10 reader on GPIO (SODIMM 97 pin number) and showing card on reader but not able to get any data from input(i.e. SODIMM 97 pin number) .

please reply How to get data from Proximity card reader on Wiegand (using HID R10 Reader) interface through input?

Dear @Meeta

From a quick look it seems that the R10 uses a proprietary protocol, which we cannot support out of the box.

You need to get more specific information about it from Wiegand, and then you will need to find a way to implement this protocol using existing interfaces.
However, it looks that it will be not a very simple task, and probably you need to implement the protocol using bit-banging, if the devcice timings even allow such an approach.

Regards, Andy