CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Smartcard API

  1. #1
    Join Date
    Aug 1999
    Posts
    10

    Smartcard API

    Anyone have developed APIs for intefacing with Smartcards? I'm looking for APIs who will allow me to develop smart card applications with VB.


  2. #2
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    42

    Re: Smartcard API

    I think you need to refer to your "Smartcard Reader" supplier coz different Reader has its own DLL. What kind of Reader are you using?


  3. #3
    Join Date
    Aug 1999
    Posts
    10

    Re: Smartcard API

    I'm using a smart card reader from Gemplus. I'll like to know how to interface VB with the smartcard reader. For example, checking balance, debiting from the smartcard, etc. Thanks!


  4. #4
    Join Date
    Jul 1999
    Location
    Singapore
    Posts
    42

    Re: Smartcard API

    Hi,

    Are you familiar with a SmartCard structure?
    There are many sectors and blocks in a SmartCard, each sector can be used for different application. Therefore, you have to know which blocks to refer for the balance, debit, etc.

    Anyway, before reading the card, you have to conduct a communication between the reader and PC! This can only be done using the DLL from your reader supplier! So, request the DLL from Gemplus!

    Myself is a programmer in Stoval Chip Card Pte Ltd of Singapore. Our company produces Contact and contactless reader, as well as Cards.

    Hope this little information can help you. Good luck!

    Gary Ng
    27/8


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured