<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Digital Logic µFR NFC Card Reader - part 3: C++ Class to handle ISO14443 / APDU cards</title><link>/technologies/internet-of-things/b/blog/posts/digital-logic-fr-nfc-card-reader---part-3-c-class-to-handle-iso14443-apdu-cards</link><description>In this article I make a c++ application for the D-Logic card reader and a set of smart cards.This time I make a class that can deal with ISO14443 protocol. Specialised Interface for ISO14443 / APDU Cards I have a set of ISO14443 cards (fro...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Digital Logic µFR NFC Card Reader - part 3: C++ Class to handle ISO14443 / APDU cards</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/digital-logic-fr-nfc-card-reader---part-3-c-class-to-handle-iso14443-apdu-cards</link><pubDate>Wed, 16 Dec 2020 16:42:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0767eb8b-0665-41c1-a410-7f9097afaf95</guid><dc:creator>Jan Cumps</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;The first meaningful conversations with an Infineon Security2Go card:&lt;/p&gt;&lt;p&gt;&lt;span&gt;[View:/resized-image/__size/779x411/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-0767eb8b-0665-41c1-a410-7f9097afaf95/contentimage_5F00_193322.png:779:411]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This is where I wanted to get with the exercise: access to the card&amp;#39;s application (yes: it runs software).&lt;/p&gt;&lt;p&gt;In this exercise, I start an application session, and get the card&amp;#39;s ID back. &lt;/p&gt;&lt;p&gt;I&amp;#39;ve used the Android app and example software of my card reader before, to see such a conversation.&lt;/p&gt;&lt;p&gt;This is the first back-and forth from my OO design here.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;In short:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;recognise that the card supports the ISO14443_4 protocol and set it to that mode&lt;/li&gt;&lt;li&gt;ask to open an application session&lt;/li&gt;&lt;li&gt;the card responds with its ID (this is the state when I took the screen capture above)&lt;/li&gt;&lt;li&gt;close the session&lt;/li&gt;&lt;li&gt;card is back into &amp;quot;normal&amp;quot; smart card mode.&lt;/li&gt;&lt;/ul&gt;&lt;img src="https://community.element14.com/aggbug?PostID=10495&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>