<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: K64 SmartCard I/F: Error when handling SW1 and 6x command..Smartcard is off in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661937#M7239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually customer is using UART IF for Smartcard IF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;YK Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Nov 2016 23:12:43 GMT</pubDate>
    <dc:creator>yklee1</dc:creator>
    <dc:date>2016-11-17T23:12:43Z</dc:date>
    <item>
      <title>K64 SmartCard I/F: Error when handling SW1 and 6x command..Smartcard is off</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661934#M7236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Team,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My customer found something strange at SmartCard interface like below.&lt;/P&gt;&lt;P&gt;At below point SmartCard is off with the response for example 0x6A(Application errors).&lt;/P&gt;&lt;P&gt;If you have, could you please share your experience with below codes?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;STRONG style="color: black; font-size: 10.0pt;"&gt;@&lt;/STRONG&gt;&lt;STRONG style="color: black; font-size: 10.0pt;"&gt;smart_card.c&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;/* Parse the &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;ccid&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; command */&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;static &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;usb_status_t&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; color: black;"&gt;USB_DeviceCcidSmartCardCommandParse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;usb_device_ccid_command_struct_t&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; *command)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;uint8_t EMVL1_SendApduCommand(uint8_t *&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;commandApdu&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint32_t &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;commandApduLength&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint8_t *&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;ResponseApdu&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; uint32_t *&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;ResponseApduLength&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;…&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;if (error != &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;kStatus_CCID_EMV_Success&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;ccidResponse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bStatus&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; =&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (USB_DEVICE_CCID_SLOT_STATUS_COMMAND_STATUS_FAILED) | (USB_DEVICE_CCID_SLOT_STATUS_ICC_PRESENT_ACTIVE);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;ccidResponse&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bError&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; = USB_DEVICE_CCID_SLOT_ERROR_HW_ERROR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: red; font-size: 10.0pt;"&gt;EMVL1_SmartCardPowerOff();&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;usb_device_ccid_data_block_response_t&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; *&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;ccid_datablock&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; =&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;usb_device_ccid_data_block_response_t&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; *)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;g_UsbDeviceCcidSmartCard&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;slotsAtrBuffer&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;usbDeviceCcidCommand&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;bSlot&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;][0];&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;receiveLength&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt; = USB_DEVICE_CCID_ATR_BUFFER_LENGTH - USB_DEVICE_CCID_RESPONSE_HEADER_LENGTH;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EMVL1_SmartCardPowerOn(&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;ccid_datablock&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;abData&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;, &amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;receiveLength&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Best Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: 0pt; margin-bottom: 0pt; margin-left: .38in; text-indent: -.38in;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;YK Lee&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 13:35:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661934#M7236</guid>
      <dc:creator>yklee1</dc:creator>
      <dc:date>2016-10-24T13:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: K64 SmartCard I/F: Error when handling SW1 and 6x command..Smartcard is off</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661935#M7237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" class="" data-content-finding="Community" data-userid="283912" data-username="yklee@semidj.com" href="https://community.nxp.com/people/yklee@semidj.com"&gt;YK Lee&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will let you know as soon as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Iva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 14:34:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661935#M7237</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-10-31T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: K64 SmartCard I/F: Error when handling SW1 and 6x command..Smartcard is off</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661936#M7238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello YK Lee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, are you using USB IF to Smartcard IF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 13:20:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661936#M7238</guid>
      <dc:creator>ivadorazinova</dc:creator>
      <dc:date>2016-11-11T13:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: K64 SmartCard I/F: Error when handling SW1 and 6x command..Smartcard is off</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661937#M7239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Iva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually customer is using UART IF for Smartcard IF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;YK Lee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 23:12:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K64-SmartCard-I-F-Error-when-handling-SW1-and-6x-command/m-p/661937#M7239</guid>
      <dc:creator>yklee1</dc:creator>
      <dc:date>2016-11-17T23:12:43Z</dc:date>
    </item>
  </channel>
</rss>

