I have a IC memory cards that support only Synchronous Interface (like SLE5532,SLE5542...etc)
I would like to know how to write an application that read memory contents, verify PSC (PIN) and write the memory.
This type of cards cannot accept normal APDUs like microprocessor cards. In Datasheet it specify the commands to be send in binary (all commands in 3 byte length)
I found an application that was designed to work with SCM Reader (based on MCSCM.dll) but it is not working with my OmniKey reader.
I want to know if there is a possible to build an application that directly calls winsCard API functions without needing to work directly with Reader's DLLs. and if so, What are the proper functions to call?
And If not possible, How Can I find API of OmniKey? and Can anybody send me samples that works with OmniKey 3121 Reader and synchronous cards?
Thanks in advance