C# - Write in Smartcard using PCSC-Sharp

可紊 提交于 2019-12-03 21:45:17
Arjun

Before starting anything, You should read about Mifare card first, can get the document Here.

And then try to communicate with the card by any APDU tool.

You can use pyApduTool to send commands to the cards if you don't have any such tool.

If you have SCM reader then This document will help you to understand about commands need to send on Mifare classic card.

Also check this and search other Mifare topic to learn about Mifare cards. With all this links you will get to know what commands need to send to write/read Mifare cards and once you will know about APDU/Commands to fire, you can build the same in your code as you said you already read mifare with your code. Just replace write command in your code and if everything fine you can write as you looking for.

Hope it helps..

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!