merbanan / rfid_app

Linux version for China 125kHz rfid reader/writer (RFID_APP_EN)
144 stars 27 forks source link

Not able to write EM4305 #2

Closed exander77 closed 7 years ago

exander77 commented 7 years ago

I am not able to write (and maybe read) EM4305, T5577 works fine.

./idrw_linux -f 0 -w 0F00223C29
OK
./idrw_linux -f 2 -w 0F00223C29
NOTAG
./idrw_linux -r
NOTAG

Bought them on Aliexpress: https://www.aliexpress.com/item/125Khz-Writable-EM4305-RFID-Key-Tags-Keyfobs-Token-Keychain-for-access-control/32518132894.html?spm=2114.13010608.0.0.2KwFKo&aff_platform=aaf&sk=zj6qB6AIM%3A&cpt=1479413738646&af=1000055000000000242022015&cn=aliexpress&cv=banner&dp=19TZ1JPLYeZA02t&tp2=4ren&&aff_trace_key=8f1ead0c6fd44fbdb628e9cd7e63424d-1479413738646-07247-zj6qB6AIM

merbanan commented 7 years ago

Can you test and see if they work with the windows software ?

exander77 commented 7 years ago

I could, but I can't find CD reader anywhere. Do you know if the software is avaiable online?

merbanan commented 7 years ago

https://drive.google.com/file/d/0B7StsLVdpBgfaHVOLWx5Rzd2alE/view?usp=sharing

exander77 commented 7 years ago

Don't seem to work at all for me, I can't even read T5577 on Windows. Does it need some kind of CP210x driver?

merbanan commented 7 years ago

No, it's a hid device, works without any drivers. Just special hid commands and payload. You should try to run the original windows software from your cd. They might have changed something in the payload structure data. Or more likely your hardware is broken.

exander77 commented 7 years ago

No go so far, but I think it is Windows 10 related problem, gonna try Windows XP.

exander77 commented 7 years ago

Windows XP it works, but only for T5577, so maybe the reader is broken and does not read/write EM4305.

merbanan commented 7 years ago

Ok, well then the software and hardware works as well as it works under Windows XP. Nothing more to do. One last thing is try to move the reader away from metal and move the tags around in the reader area. I had that issue one time with one of my readers.

exander77 commented 7 years ago

Yes, software behaves exactly the same way on both Linux and Windows. Already encoutered that issue with bad reception, but I have tried numerous positions of the tags on the reader. I am going to contact reader/writer seller. I will inform about the results. It may be interesting to other people.

Thank you very much for your help.