LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
396 stars 113 forks source link

get card UUID #84

Closed sherifshsffa91 closed 5 years ago

sherifshsffa91 commented 5 years ago

is there a way to get uuid of read cards while I succesffuly installed pyscard on raspberry pi

LudovicRousseau commented 5 years ago

Yes, I guess there is a way. No idea how.

fananimi commented 4 years ago

@sherifshsffa91 read the documentation carefully before asking the question. And please to understand the concept of APDU first. The APDU command how to get UID of some cards may different, so you need to follow APDU documentation of your card.

This may help you.