<?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>MCUXpresso General中的主题 Adjust Virtual COM example code to NOT use DTE (MCUXpresso SDK)</title>
    <link>https://community.nxp.com/t5/MCUXpresso-General/Adjust-Virtual-COM-example-code-to-NOT-use-DTE-MCUXpresso-SDK/m-p/878788#M1620</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on implementing USB CDC ACM (virtual com port) and MSC (mass storage) in a LPC54606 project, based on the LPCXpresso54608 example (&lt;EM&gt;lpc54608_dev_composite_cdc_msc_bm&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;I don't want to use flow control (DTE), because the (already existing) application we are communicating with does not have this implemented.&lt;BR /&gt;Can someone point me in the right direction on how I should adjust the&amp;nbsp;&lt;STRONG&gt;USB_DeviceCdcVcomCallback&lt;/STRONG&gt; in &lt;STRONG&gt;virtual_com.c&lt;/STRONG&gt; ?&lt;BR /&gt;I reckon I should change something in the&amp;nbsp;&lt;STRONG&gt;kUSB_DeviceCdcEventSetControlLineState&lt;/STRONG&gt; case, but it is not very clear to me what this does exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2019 16:17:46 GMT</pubDate>
    <dc:creator>arno1</dc:creator>
    <dc:date>2019-01-16T16:17:46Z</dc:date>
    <item>
      <title>Adjust Virtual COM example code to NOT use DTE (MCUXpresso SDK)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Adjust-Virtual-COM-example-code-to-NOT-use-DTE-MCUXpresso-SDK/m-p/878788#M1620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on implementing USB CDC ACM (virtual com port) and MSC (mass storage) in a LPC54606 project, based on the LPCXpresso54608 example (&lt;EM&gt;lpc54608_dev_composite_cdc_msc_bm&lt;/EM&gt;).&lt;/P&gt;&lt;P&gt;I don't want to use flow control (DTE), because the (already existing) application we are communicating with does not have this implemented.&lt;BR /&gt;Can someone point me in the right direction on how I should adjust the&amp;nbsp;&lt;STRONG&gt;USB_DeviceCdcVcomCallback&lt;/STRONG&gt; in &lt;STRONG&gt;virtual_com.c&lt;/STRONG&gt; ?&lt;BR /&gt;I reckon I should change something in the&amp;nbsp;&lt;STRONG&gt;kUSB_DeviceCdcEventSetControlLineState&lt;/STRONG&gt; case, but it is not very clear to me what this does exactly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2019 16:17:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Adjust-Virtual-COM-example-code-to-NOT-use-DTE-MCUXpresso-SDK/m-p/878788#M1620</guid>
      <dc:creator>arno1</dc:creator>
      <dc:date>2019-01-16T16:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adjust Virtual COM example code to NOT use DTE (MCUXpresso SDK)</title>
      <link>https://community.nxp.com/t5/MCUXpresso-General/Adjust-Virtual-COM-example-code-to-NOT-use-DTE-MCUXpresso-SDK/m-p/878789#M1621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;According to the USB spec you can change whether DTE is present or not in the the Control Signal Bitmap Values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;You are correct in your affirmation that flow control needs to be change in&amp;nbsp;&lt;STRONG&gt;USB_DeviceCdcEventSetControlLineState&lt;/STRONG&gt;&lt;STRONG style="color: #51626f; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Please see below the brief extracted from the spec.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&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/76934i77C0A5AFF2DD99C8/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;&lt;/P&gt;&lt;P&gt;In the following snippet is shown the lower byte of the uartBitmap. Here you should set them to 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_14.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/77013i67F42AA3D4E602F1/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_14.png" alt="pastedImage_14.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2019 20:28:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MCUXpresso-General/Adjust-Virtual-COM-example-code-to-NOT-use-DTE-MCUXpresso-SDK/m-p/878789#M1621</guid>
      <dc:creator>FelipeGarcia</dc:creator>
      <dc:date>2019-01-24T20:28:41Z</dc:date>
    </item>
  </channel>
</rss>

