SmartCardIO EMV Reader, find my card type with only the ATR number
问题 I´m starting a new project, I´m new using EMV reader and Javax SmartCardIO. I have the list of the RID for each type of card, however the only thing I can access without knowing the type of card is the ATR, I´m wondering if there is a way to get the RID or the card type with only this info, any help is welcome. Thanks in advance! EDIT: I tried to execute the select PSE command with this method: public static byte[] selectPSE(CardChannel channel) throws CardException { byte[] selectPSE = {