Excited to ask my first question over here... so here goes..
I am Currently working with the Composite Smart Cards (one with both the NFC MIFARE 1k And Chip Encode ) SLE 5542,
So far i have managed to perform the following task with the MIFARE
Read write of values in Blocks of the sector
changing the access bits and authentication key A and B for the sector trails so as manage the access control of the sector of the block in which i have written so that i can make my values read only.
As for the Chip Encode i have managed to .
Performing read write in the Contact Chip using READ BINARY AND WRITE BINARY APDU commands.
But Now i am stuck in the process of making the values written in the chip to be readonly ,
I found a document over the internet in which under the Circuit Description it is telling about the need of PSC And Protection Memory for the read protection of the Data Memory
But can not find the exact APDU Commands and the right way of the read write protection of the data memory.
P.S Let me know if you need any further clarifications
Memory cards like SLE55xx don't understand APDUs - and I lost count, how often this was asked here already. Most readers capable of handling these cards offer a translation service to make addressing via PCSC easier, but then you have to look at the reader's documentation. Since you specified neither the reader nor the API apparently successfully used, there is not much else to answer.