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.

Search found 273 matches

by JavaCardOS
Wed Nov 25, 2015 8:24 am
Forum: pyGlobalPlatform
Topic: How to use pyGlobalPlatform to list smartcard readers
Replies: 2
Views: 27920

How to use pyGlobalPlatform to list smartcard readers

The following demo code shows how to use pyGlobalPlatform to list smartcard readers. # 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: pr...
by JavaCardOS
Tue Nov 24, 2015 8:35 am
Forum: pyGlobalPlatform
Topic: How to use pyGlobalPlatform to upload and install applet
Replies: 1
Views: 21451

How to use pyGlobalPlatform to upload and install applet

Here is the code implementing how to upload and install applet into java card via pyGlobalPlatform. # Import the module import globalplatformlib as gp # EstablishContext context = gp.establishContext() # Select smartcard reader readernames = gp.listReaders(context) readerName=readernames[0] # Connec...
by JavaCardOS
Tue Nov 24, 2015 8:10 am
Forum: pyGlobalPlatform
Topic: How to use pyGlobalPlatform to execute GET STATUS command
Replies: 2
Views: 32298

How to use pyGlobalPlatform to execute GET STATUS command

GET STATUS command is used to retrieve Issuer Security Domain, Executable Load File, Executable Module, Application or Security Domain Life Cycle status information. The following code shows how to use pyGlobalPlatform to execute GET STATUS command. # Import the module import globalplatformlib as gp...
by JavaCardOS
Tue Nov 24, 2015 7:36 am
Forum: pyGlobalPlatform
Topic: How to use pyGlobalPlatform to GET DATA from the card
Replies: 1
Views: 22035

How to use pyGlobalPlatform to GET DATA from the card

The Issuer Security Domain(ISD) stores the following data: • Issuer Identification Number (IIN) • Card Image Number (CIN) • Card Recognition Data • Issuer Security Domain key information • Other Card Issuer's proprietary data These Card Data can be retrieved using the GET DATA command. Here is the c...
by JavaCardOS
Tue Nov 24, 2015 5:36 am
Forum: pyGlobalPlatform
Topic: How to use pyGlobalPlatform to establish Secure Channel
Replies: 2
Views: 30566

How to use pyGlobalPlatform to establish Secure Channel

This demo shows how to use pyGlobalPlatform to establish secure channel. # Import the module import globalplatformlib as gp # Establish Context context = gp.establishContext() # Select the smartcard reader you want to connect readernames = gp.listReaders(context) readerName=readernames[0] #Connect r...
by JavaCardOS
Tue Nov 24, 2015 5:19 am
Forum: pyGlobalPlatform
Topic: pyGlobalPlatform
Replies: 4
Views: 69707

pyGlobalPlatform

pyGlobalPlatform is an open source python globalplatform client library. It depends on the GlobalPlatform project. Using this library, you can use all features of GlobalPlatform project via Python programming language. Usage: 1. Copy globalplatform.pyd to Python27\DLLs directory; 2. Copy all DLL fil...
by JavaCardOS
Thu Nov 19, 2015 1:10 am
Forum: pyResMan
Topic: Make pyResMan a console application
Replies: 1
Views: 18824

Re: Make pyResMan a console application

The function you mentioned is not included into the next version. But we may add this function in the near future.
Thank you for your suggestion anyway.
by JavaCardOS
Wed Nov 18, 2015 11:41 pm
Forum: pyResMan
Topic: A bug in pyResMan
Replies: 1
Views: 18904

Re: A bug in pyResMan

Thank you for your feedback. We will fix this bug in the subsequent version.

If you find other problems, welcome to post them here! Thanks
by JavaCardOS
Sat Nov 14, 2015 12:02 am
Forum: pyResMan
Topic: has pyResMan being updated ?
Replies: 2
Views: 20747

Re: has pyResMan being updated ?

Yes, We are developing new features, once these new features is completed, We will release the announcement in the forum.
Thank you for your attention.

Best Regards,
by JavaCardOS
Thu Nov 12, 2015 5:25 am
Forum: pyResMan
Topic: The script format of pyResMan
Replies: 2
Views: 19934

Re: The script format of pyResMan

Re: 1. The script format as follows: 00 a4 04 00 0a a0 00 00 00 90 00 00 00 01 01 00 00 00 00 80 00 01 00 00 80 00 10 00 00 80 00 11 00 00 01 00 12 00 00 80 00 13 00 00 01 00 14 00 00 32 00 15 00 00 80 00 16 00 00 80 00 17 00 00 80 ...... 2. All APDU commands can be supported.
JavaCard OS : Disclaimer