Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

How to use pyGlobalPlatform to list smartcard readers

pyGlobalPlatform is a open source python library of globalplatform client library.
User avatar
JavaCardOS
Posts: 273
Joined: Thu Apr 30, 2015 12:00 pm
Points :2403
Contact:

How to use pyGlobalPlatform to list smartcard readers

Post by JavaCardOS » Wed Nov 25, 2015 8:24 am

The following demo code shows how to use pyGlobalPlatform to list smartcard readers.

Code: Select all

# Import the module
import globalplatform as gp

# Establish context
context = gp.establishContext()

# List readers
readernames = gp.listReaders(context)

# print all the reader names
for readername in readernames:
     print readername
 
# Release context   
gp.releaseContext(context)

User avatar
rainly
Posts: 11
Joined: Tue Jun 09, 2015 4:38 am
Points :18
Contact:

Re: How to use pyGlobalPlatform to list smartcard readers

Post by rainly » Tue Dec 01, 2015 4:00 am

what's the types of the file? it also python?

kuafu
Posts: 317
Joined: Thu Jun 25, 2015 2:09 am
Points :4551
Contact:

Re: How to use pyGlobalPlatform to list smartcard readers

Post by kuafu » Tue Dec 01, 2015 10:11 pm

Life is short ,use python.
well

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 11 guests

JavaCard OS : Disclaimer