|
From: Andris B. <pk...@in...> - 2013-01-11 13:20:20
|
Hello, I am using this code to obtain ATR: channel = CardRequest(timeout=100, cardType=AnyCardType()).waitforcard().connection channel.connect(CardConnection.T0_protocol) print channel.getATR() But this always returns "cold" ATR. How is it possible to obtain "warm" ATR? |