Read and Write Card Details using a Smart Card Reader

10,664

There is an SDK for this product which indicates that it contains sample code in C#.

http://www.acs.com.hk/index.php?pid=product&id=ACR122-SDK

I think this is the best place to start. Hope that helps.

Share:
10,664
AllSolutions
Author by

AllSolutions

Updated on August 02, 2022

Comments

  • AllSolutions
    AllSolutions almost 2 years

    I need to integrate my application with a Smart Card Reader. Its a ContactLess Card Reader, Model No. ACR122U-A2 by Advanced Card Systems (www.acs.com.hk).

    Currently my customer is already using another application developed by someone else, which uses this Card Reader. They usually place the Card on top of the Card Reader, even though its a ContactLess Card Reader.

    This Card is used in a Club for member access. I need to read Member ID No. Name, etc. and also write the code to activate the Card.

    I need sample C# code. I have gone through the technical manual on the manufacturer's site, but it provides too many low level details using Hexadecimal Codes. I am looking for a high level example using C#.

    EDIT 1: Since the data in the card is written by another application, whether I will be able to read the data meaningfully without knowing the schema details? I am sorry if this is a silly question, but I am programming the smart card for the 1st time.