ChameleonMini icon indicating copy to clipboard operation
ChameleonMini copied to clipboard

TITAGITSTANDARD does not store lock status in USB accessable memory

Open mschmitt-pf opened this issue 3 years ago • 1 comments

Hi, just found out that TITAGITSTANDARD does not store its lock status in USB accessable memory range (via UPLOAD / DOWNLOAD command).

Im my case I want to use this to verify / emulate the lock state via USB access, as implemented for EM4233. In fact I first tried to use EM4233, but it just does not respond on e.g. "write to locked block".

Hope you can fix this.

Thank you in advance.

mschmitt-pf avatar Oct 28 '20 10:10 mschmitt-pf

Yes, EM4233 does not respond to locked block writes because that's exactly what a real tag does: no answer.

You can pretty easily edit the code in TITagitstandard.c to save in memory lock status as EM4233.c does

ceres-c avatar Oct 28 '20 10:10 ceres-c