<?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 How do you use USB as VCOM on NFC Library? in MCUXpresso IDE</title>
    <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997910#M5129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to NXP development.&amp;nbsp; I have the Basic Discovery Loop of NFC Reader Library running on CLRC663Plus demo board CLEV6630B with uP LPC1769.&amp;nbsp; It reads tags, and I want to send tag UIDs out via the USB serial port.&amp;nbsp; The USB port seems inactive - it does not enumerate when I plug it into my PC.&amp;nbsp; I see lpc_chip_175x_6x/inc/usbd and the HMI profile but no UART or VCOM profile.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Is there an example or anything of setting up a virtual com port (VCOM) on this platform?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Nov 2019 16:35:11 GMT</pubDate>
    <dc:creator>larry1</dc:creator>
    <dc:date>2019-11-02T16:35:11Z</dc:date>
    <item>
      <title>How do you use USB as VCOM on NFC Library?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997910#M5129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am new to NXP development.&amp;nbsp; I have the Basic Discovery Loop of NFC Reader Library running on CLRC663Plus demo board CLEV6630B with uP LPC1769.&amp;nbsp; It reads tags, and I want to send tag UIDs out via the USB serial port.&amp;nbsp; The USB port seems inactive - it does not enumerate when I plug it into my PC.&amp;nbsp; I see lpc_chip_175x_6x/inc/usbd and the HMI profile but no UART or VCOM profile.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Is there an example or anything of setting up a virtual com port (VCOM) on this platform?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Nov 2019 16:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997910#M5129</guid>
      <dc:creator>larry1</dc:creator>
      <dc:date>2019-11-02T16:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use USB as VCOM on NFC Library?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997911#M5130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recommend you to check the &lt;STRONG&gt;usbd_lib_cdc&lt;/STRONG&gt; example from our LPCOpen library. This example demonstrates how to use USBD LIB stack to creates a virtual comm port. You can download it from the following link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX"&gt;https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc17xx:LPCOPEN-SOFTWARE-FOR-LPC17XX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or if you have MCUXpresso already install in your PC you can import the project from the following path:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C:\nxp\MCUXpressoIDE_11.0.1_2563\ide\Examples\LPCOpen\lpcopen_2_10_lpcxpresso_nxp_lpcxpresso_1769.zip&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 21:31:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997911#M5130</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-11-05T21:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use USB as VCOM on NFC Library?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997912#M5131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, thank you.&amp;nbsp; I would never have found that without guidance.&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 21:49:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997912#M5131</guid>
      <dc:creator>larry1</dc:creator>
      <dc:date>2019-11-05T21:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use USB as VCOM on NFC Library?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997913#M5132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry, i have the same problem like you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you make &lt;STRONG&gt;usbd_lib_cdc&lt;/STRONG&gt; works with JTAG LPC-LINK2 connected ?&lt;/P&gt;&lt;P&gt;did you make &lt;STRONG&gt;usbd_lib_cdc&lt;/STRONG&gt; works without code modifications?&lt;/P&gt;&lt;P&gt;did you make &lt;STRONG&gt;usbd_lib_cdc&lt;/STRONG&gt; works without special MCUXpresso IDE debug configurations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank's&lt;/P&gt;&lt;P&gt;Angel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 15:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997913#M5132</guid>
      <dc:creator>angel_fuentes</dc:creator>
      <dc:date>2019-11-13T15:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do you use USB as VCOM on NFC Library?</title>
      <link>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997914#M5133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, Angel, I have not tried it yet.&amp;nbsp; Other things became more important.&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Nov 2019 17:12:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-IDE/How-do-you-use-USB-as-VCOM-on-NFC-Library/m-p/997914#M5133</guid>
      <dc:creator>larry1</dc:creator>
      <dc:date>2019-11-13T17:12:49Z</dc:date>
    </item>
  </channel>
</rss>

