<?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>NFCのトピックRC52xPcSerial Command explanation</title>
    <link>https://community.nxp.com/t5/NFC/RC52xPcSerial-Command-explanation/m-p/715518#M2783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the "RC633_ISO15693_Inventory.jcf" file from the RC52xPcSerial. I'm currently trying to implement the same command set in my own code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PcSerial there is a help section where all the commands are explainded, but sadly the "JNM" is not explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script there is the follwoing&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ::: L_WaitTransceiveFinished&lt;BR /&gt;&amp;nbsp;&amp;nbsp; GR&amp;nbsp; 07&amp;nbsp;&amp;nbsp;&amp;nbsp; // Response:&amp;nbsp; 60&lt;BR /&gt;&amp;nbsp;&amp;nbsp; JNM IOR 40 40 L_WaitTransceiveFinished&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im guessing this is a loop function to wait for a specific event, probably for GR07 to be 60.&lt;/P&gt;&lt;P&gt;Has someone an explanation what exactly the command does?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;JNM IOR 40 40 L_WaitTransceiveFinished&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Mar 2018 15:45:52 GMT</pubDate>
    <dc:creator>jof</dc:creator>
    <dc:date>2018-03-20T15:45:52Z</dc:date>
    <item>
      <title>RC52xPcSerial Command explanation</title>
      <link>https://community.nxp.com/t5/NFC/RC52xPcSerial-Command-explanation/m-p/715518#M2783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the "RC633_ISO15693_Inventory.jcf" file from the RC52xPcSerial. I'm currently trying to implement the same command set in my own code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PcSerial there is a help section where all the commands are explainded, but sadly the "JNM" is not explained.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the script there is the follwoing&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ::: L_WaitTransceiveFinished&lt;BR /&gt;&amp;nbsp;&amp;nbsp; GR&amp;nbsp; 07&amp;nbsp;&amp;nbsp;&amp;nbsp; // Response:&amp;nbsp; 60&lt;BR /&gt;&amp;nbsp;&amp;nbsp; JNM IOR 40 40 L_WaitTransceiveFinished&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im guessing this is a loop function to wait for a specific event, probably for GR07 to be 60.&lt;/P&gt;&lt;P&gt;Has someone an explanation what exactly the command does?&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;JNM IOR 40 40 L_WaitTransceiveFinished&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 15:45:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/RC52xPcSerial-Command-explanation/m-p/715518#M2783</guid>
      <dc:creator>jof</dc:creator>
      <dc:date>2018-03-20T15:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: RC52xPcSerial Command explanation</title>
      <link>https://community.nxp.com/t5/NFC/RC52xPcSerial-Command-explanation/m-p/715519#M2784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the following for details.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;
&lt;/CODE&gt;&lt;CODE class=""&gt;L_WaitTransceiveFinished&lt;/CODE&gt;&lt;CODE class=""&gt;
 } &lt;SPAN class=""&gt;while&lt;/SPAN&gt; ((ior &amp;amp; &lt;SPAN class=""&gt;0x40&lt;/SPAN&gt;) != &lt;SPAN class=""&gt;0x40&lt;/SPAN&gt;);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hope that makes sense,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Kan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 08:11:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/NFC/RC52xPcSerial-Command-explanation/m-p/715519#M2784</guid>
      <dc:creator>Kan_Li</dc:creator>
      <dc:date>2018-04-02T08:11:51Z</dc:date>
    </item>
  </channel>
</rss>

