Search found 48 matches
- Mon Jan 14, 2019 5:48 am
- Forum: Questions & Answers
- Topic: What's the difference between APDU and TPDU?
- Replies: 16
- Views: 9630
Re: What's the difference between APDU and TPDU?
The TPDU (Transport Protocol Data Unit) is a message encapsulation format where there are several bytes of routing header added to the front of the payload message. The processing overhead of the TPDU has two components: the overhead TPDU and the overhead per byte. The APDU (Application Protocol Dat...
- Mon Aug 20, 2018 10:50 pm
- Forum: Algorithm School
- Topic: About the random number generation tool
- Replies: 4
- Views: 11139
- Thu Jun 28, 2018 4:42 am
- Forum: pyGlobalPlatform
- Topic: pip install pyglobalplatfrom falied???
- Replies: 2
- Views: 13520
pip install pyglobalplatfrom falied???
Have you encountered this error?
src/gp_functions.cpp(13): fatal error C1083: Cannot open include file: 'globalplatform/globalplatform.h': No such file or directory
The following files in attachments will Solved this problem.

src/gp_functions.cpp(13): fatal error C1083: Cannot open include file: 'globalplatform/globalplatform.h': No such file or directory
The following files in attachments will Solved this problem.






- Thu Jun 21, 2018 1:51 am
- Forum: Questions & Answers
- Topic: How to know the precise size of id class 1, micro sim, nano sim?
- Replies: 2
- Views: 3103
Re: How to know the precise size of id class 1, micro sim, nano sim?
Hello,
There are specific specification to define this, you can refer to the attachments of 4.0 UICC Form Factors.
The micro SIM card:
The nano SIM card:
There are specific specification to define this, you can refer to the attachments of 4.0 UICC Form Factors.
The micro SIM card:
The nano SIM card:
- Thu May 17, 2018 5:57 am
- Forum: Questions & Answers
- Topic: Want to learn Java card technology from basic
- Replies: 6
- Views: 5320
Re: Want to learn Java card technology from basic
hello Ashishk9 , The WIKI page of JavaCardOS has JavaCard related online specifications, JavaCard API Samples and so on, you can refer to. In addition, the forum also has specialized section to help javacard beginner learn smart card. And If you have any problem about java card, you can in this foru...
- Tue May 15, 2018 5:22 am
- Forum: Questions & Answers
- Topic: Need SET STATUS
- Replies: 1
- Views: 2191
Re: Need SET STATUS
You can refer to the Global Platform Specification, the GP specification provides a detailed description of the the SET STATUS command.
- Tue Mar 13, 2018 10:08 pm
- Forum: Reader
- Topic: SD Card reader not working after Windows 10 upgrade
- Replies: 4
- Views: 13840
Re: SD Card reader not working after Windows 10 upgrade
SD card reader?
- Sat Feb 24, 2018 4:15 am
- Forum: Shopping FAQ
- Topic: How can I know how many logical channels does my card support?
- Replies: 1
- Views: 8114
Re: How can I know how many logical channels does my card support?
Is your said "supplementary logical channel"? You can use 'MANAGE CHANNEL' command to open and close supplementary logical channels, and the Basic Logical Channel(channel number zero) can never be closed. The details of 'MANAGE CHANNEL' command you can refer to Global Platform Specification.
- Thu Feb 22, 2018 11:09 am
- Forum: Questions & Answers
- Topic: How to start my first hello world applet in java card?
- Replies: 2
- Views: 3140
Re: How to start my first hello world applet in java card?
You can view this topic https://javacardos.com/javacardforum/viewforum.php?f=31 to learn Applets Development.
- Sun Feb 11, 2018 3:45 am
- Forum: Open Source Applets
- Topic: Smart Card LoyaltyCard Applet
- Replies: 4
- Views: 19505
Re: Smart Card LoyaltyCard Applet
mertksk35 wrote:Hi,
I just start developing smart cards.
I have a few questions.
what is the password(pin) for this applet? and How will pin verified?
The password is you setting in Issue Card process.
THe pin verified process you can view the applet source code.