User Activity

Posted on January 25, 2018 at 12:18I need to re-upload original firmware to ST25R3911B-DISCO with STLink-V2.(Discovery GUI is not applicable for me here, I need to do it exactly with STLink-V2)I connected with wires:- 20-pin's VCC (1) to 10-pin's VT...
Posted on January 16, 2018 at 18:10Or source code of 'ST25R3911B Discovery.exe' (1.1.16.0)Yes, I really want some of it because ST25SDK is not applicable for me.(See my previous question for details)But it is better to just give me some source code ...
Posted on January 15, 2018 at 06:07My code:public STReader LowLevel;LowLevel = new STReader(); boolean res = LowLevel.connect();java.util.List<byte[]> uidList; IEMVCard card = new IEMVCard(); while (true) { try { uidList = LowLevel.getTransceiveInt...