ST25DV02K-W1/W2 - using of Feig "FEDM for NET" library and its PresentPassword command.
I am writing the c# application using Feig "FEDM for NET" library to communicate with ST25DV02K-W1/W2. I want to use PresentPassword and WritePassword command. ST25DV02K-W1/W2 is recognized by the library as 'TH_ISO15693_STM' tag. The 'TH_ISO15693_STM' class does not have a Present/Write password command available. There are implemented in TH_ISO15693_STM_ST25DVxxK class.
The problem is that memory is not recognized as 'TH_ISO15693_STM_ST25DVxxK'
and I can not cast 'TH_ISO15693_STM' to 'TH_ISO15693_STM_ST25DVxxK' class.
Does anyone have had this problem too? How can I resolve it?
I try using the Transparent command but was not successful.
