Reply To: DESFire getUID with lite SDK

Forum MIFARE SDK DESFire getUID with lite SDK Reply To: DESFire getUID with lite SDK

Re: DESFire getUID with lite SDK

8. June 2015 at 11:19
Samu,

if you are using APDU commands it is different than using SDK. This Forum section is question related with using the SDK.
In the SDK, UID shuold be returned in byte[] array. You can convert that using Utilities.dumpBytes(uid); to display as Hex (String) value.

But with using APDU, you have to use some standard Java byteToString converters or byteToHex converter. Try using that.

Best,
David
+ 0  |  - 0