<?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>LPC MicrocontrollersのトピックRe: USB HOST CDC</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743104#M29964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giovanni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the LPCXpresso54608 board, which provides on board Link2 debug probe. The Link2 debug probe supports CMSIS-DAP debug protocol, which provides the virtual COM(VCOM) port.&lt;/P&gt;&lt;P&gt;You could use serial terminal software on PC, such as Teraterm, puTTY to communicate with that virtual COM port.&lt;/P&gt;&lt;P&gt;More detailed info, please check the &lt;A href="https://www.nxp.com/docs/en/user-guide/UM11035.pdf"&gt;LPCXpresso54608 Board User Manual&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jan 2018 01:44:10 GMT</pubDate>
    <dc:creator>Hui_Ma</dc:creator>
    <dc:date>2018-01-02T01:44:10Z</dc:date>
    <item>
      <title>USB HOST CDC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743101#M29961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I don't understand how works the example USB_HOST_CDC&amp;nbsp; included in SDK library for microprocessor LPC54608..&lt;/P&gt;&lt;P&gt;The example run on demo board&amp;nbsp; OM13092.&lt;/P&gt;&lt;P&gt;I have connected a serial port to connector P4 of DEMOBOARD and I have attached a CDC&amp;nbsp; serial device on USB0 port&amp;nbsp; of DEMOBOARD.&amp;nbsp; I connected the serial TX pin with the serial RX pin of&amp;nbsp; CDC serial device.&lt;/P&gt;&lt;P&gt;I suppose when I send a single byte through serial port connected to&amp;nbsp; P4 of DEMOBOARD I have to receive&amp;nbsp; the same byte on RX serial port connected to P4 of DEMOBOARD.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't receive anything on serial port connected to P4.&lt;/P&gt;&lt;P&gt;What's wrong? How does the example work?&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giovanni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Dec 2017 16:48:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743101#M29961</guid>
      <dc:creator>giannigrondona</dc:creator>
      <dc:date>2017-12-23T16:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: USB HOST CDC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743102#M29962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, sorry for the later reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer below connection:&lt;/P&gt;&lt;P&gt;The USB CDC device could be another Kinetis board or another LPCXpresso54608 board.&lt;/P&gt;&lt;P&gt;The USB CDC device board is using MCUXpresso SDK's [dev_cdc_vcom_bm] demo software.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34241i146D3505E44F2A36/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is serial terminal print info:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_2.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/34268i78BFA195817A6EA0/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_2.png" alt="pastedImage_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The default &amp;lt;host_cdc_bm&amp;gt; projects' &amp;lt;usb_host_config.h&amp;gt; file using USB Full Speed Port as USB host :&lt;/P&gt;&lt;P&gt;#define USB_HOST_CONFIG_OHCI (1U)&lt;/P&gt;&lt;P&gt;If customer want to use USB High Speed Port as USB host, please change to set below macro definition:&lt;/P&gt;&lt;P&gt;#define USB_HOST_CONFIG_IP3516HS (1U)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 03:42:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743102#M29962</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2017-12-28T03:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: USB HOST CDC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743103#M29963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike&lt;/P&gt;&lt;P&gt;Thank you...but I would like to debug the application HOST CDC with PC. So I think I donìt have any serial port available to send bytes.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;Best regards&lt;/P&gt;&lt;P&gt;Giovanni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2017 15:06:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743103#M29963</guid>
      <dc:creator>giannigrondona</dc:creator>
      <dc:date>2017-12-29T15:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: USB HOST CDC</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743104#M29964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giovanni,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the LPCXpresso54608 board, which provides on board Link2 debug probe. The Link2 debug probe supports CMSIS-DAP debug protocol, which provides the virtual COM(VCOM) port.&lt;/P&gt;&lt;P&gt;You could use serial terminal software on PC, such as Teraterm, puTTY to communicate with that virtual COM port.&lt;/P&gt;&lt;P&gt;More detailed info, please check the &lt;A href="https://www.nxp.com/docs/en/user-guide/UM11035.pdf"&gt;LPCXpresso54608 Board User Manual&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jan 2018 01:44:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-HOST-CDC/m-p/743104#M29964</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2018-01-02T01:44:10Z</dc:date>
    </item>
  </channel>
</rss>

