Proxmark / proxmark3

Proxmark 3
http://www.proxmark.org/
GNU General Public License v2.0
3.16k stars 906 forks source link

Fix iso15693 fpga #926

Closed pwpiwi closed 4 years ago

pwpiwi commented 4 years ago

This is an attempt to fix issue #916. I didn't find a real root cause because results were inconsistent when building old commits. Which makes me think that there might have been a timing at the edge between working and not working.

g3gg0 commented 4 years ago

ready to go for a merge?

pwpiwi commented 4 years ago

I am ready. You finished testing?

g3gg0 commented 4 years ago

had to port my code to the new codebase and i cannot get 'hf 15 sim' to work properly. seems the reader (a closed 3rd party device) cannot receive data properly.

accessing tags from proxmark seems to work fine, its just the sim that was/is also odd.

g3gg0 commented 4 years ago

ah wait, i have another idea what it could be

g3gg0 commented 4 years ago

okay resolved. it was just a merge error involving this branch. everything works fine now and i will prepare a PR for ISO15693 SLIX-L functions as soon this is in master.