How to read a smart card/ microprocessor card using a smart card reader in android programmatically

后端 未结 2 1162
野趣味
野趣味 2021-01-03 06:15

So lately I have been working with smart cards that hold some information and what I am trying to achieve here is to fetch this data from these smart card using a smart card

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-03 06:54

    Typical USB smartcard readers implement the USB CCID device class specification. Consequently, you need to implement that protocol in your application in order to communicate with the reader (and the card). See Communicate with smartcard reader through Android USB host for a (partially working) starting point on how to implement that.

提交回复
热议问题