Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Smart Card system/intrinsic functions

Options
  • 01-03-2004 8:01pm
    #1
    Closed Accounts Posts: 5


    hey,
    I'm doing a project related to smart cards. If I understand correctly, programs use a set of system/intrinsic functions to communicate with the smart card, for example:
    write_card(arg1,arg2,....)
    I need to find the syntax for these functions and find out what args they take and what the response data will be returned.

    The reader/writer I'll be using is the ACR30. I have read the reference manual, and it has a list of functions for each card, e.g. READ_DATA() .
    I have looked through a lot of source code but there doesn't seem to be set functions to read or write to the cards.

    Does anyone know about these functions?
    Thanx


Advertisement