<?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: Dual CDC virtual com device in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202647#M4685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to be more clear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can successfully enumerate the composite dual virtual com device on a Win7 64 bit system, using the MS usbser.sys driver: the two COM port are correctly listed on the device manager window.&lt;/P&gt;&lt;P&gt;When I open the first COM port on a terminal program (Hyperterminal), I can send and receive data with no problem: the running application echoes the received characters.&lt;/P&gt;&lt;P&gt;But when I try to open the second COM port, I get the error "Unable to open COMx. Verify port settings" (translated from italian language).&lt;/P&gt;&lt;P&gt;Here is my doubt: When I initialize the CDC class with the USB_Class_CDC_Init function, I pass the references of the endpoints of the first port in the cic_send_endpoint, dic_send_endpoint and dic_recv_endpoint fields. How must I pass the references of the endpoints of the second port? Do I need a second call to USB_Class_CDC_Init function or use a different method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Teckna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2012 08:56:20 GMT</pubDate>
    <dc:creator>Teckna</dc:creator>
    <dc:date>2012-10-01T08:56:20Z</dc:date>
    <item>
      <title>Dual CDC virtual com device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202644#M4682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About one year ago I opened a SR to get help in developing a dual virtual com device application and the answer was that at that time (MQX was 3.7) such application was not possible.&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: courier new,courier;"&gt;("We have to say that our USB device stack is not ready for dual functionalities. There is not only one issue or potentional risk (must be investigated) in the USB device stack + USB device classes that can lead to disfunctionality. We have never tried 2 instances of one device at the same time in MQX. This will be investigated and try to find the solutions.")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Now I'm using MQX 3.8.1: can now my application be implemented?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Teckna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2012 10:47:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202644#M4682</guid>
      <dc:creator>Teckna</dc:creator>
      <dc:date>2012-09-27T10:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dual CDC virtual com device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202645#M4683</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 have asked, stack itself is ready for dual controller. It was tested host + host and host+device but there are some known problems (like host + host with dual KHCI problem, but EHCI + KHCI is functional).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MartinK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 07:30:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202645#M4683</guid>
      <dc:creator>c0170</dc:creator>
      <dc:date>2012-10-01T07:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dual CDC virtual com device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202646#M4684</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'm a little confused with naming. Do you mean, that MQX will supply two virtual com ports? Then, your MQX has to setting up a " composite device" (see reference in USB specification). I've asked Freescale for such feature some times ago (see &lt;A href="https://community.nxp.com/thread/107948"&gt;Multiple different USB devices via virtual hub or switching&lt;/A&gt; and&lt;A href="https://community.nxp.com/thread/112410"&gt;Set up an USB composite device&lt;/A&gt;). However, the referenced freescale medical usb stack is not yet included in MQX 3.8.1.&lt;/P&gt;&lt;P&gt;Or, otherwise, do you mean to have USB device and USB host functionality simultaneous? This feature is implemented in MQX 3.8.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 08:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202646#M4684</guid>
      <dc:creator>Fabi</dc:creator>
      <dc:date>2012-10-01T08:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dual CDC virtual com device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202647#M4685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to be more clear:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can successfully enumerate the composite dual virtual com device on a Win7 64 bit system, using the MS usbser.sys driver: the two COM port are correctly listed on the device manager window.&lt;/P&gt;&lt;P&gt;When I open the first COM port on a terminal program (Hyperterminal), I can send and receive data with no problem: the running application echoes the received characters.&lt;/P&gt;&lt;P&gt;But when I try to open the second COM port, I get the error "Unable to open COMx. Verify port settings" (translated from italian language).&lt;/P&gt;&lt;P&gt;Here is my doubt: When I initialize the CDC class with the USB_Class_CDC_Init function, I pass the references of the endpoints of the first port in the cic_send_endpoint, dic_send_endpoint and dic_recv_endpoint fields. How must I pass the references of the endpoints of the second port? Do I need a second call to USB_Class_CDC_Init function or use a different method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Teckna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2012 08:56:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202647#M4685</guid>
      <dc:creator>Teckna</dc:creator>
      <dc:date>2012-10-01T08:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dual CDC virtual com device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202648#M4686</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;What about dual CDC virtual com device in the upcoming MQX 4.0?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Teckna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 10:21:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202648#M4686</guid>
      <dc:creator>Teckna</dc:creator>
      <dc:date>2012-12-13T10:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dual CDC virtual com device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202649#M4687</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;Any news?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teckna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 10:30:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202649#M4687</guid>
      <dc:creator>Teckna</dc:creator>
      <dc:date>2012-12-21T10:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dual CDC virtual com device</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202650#M4688</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;if you are using 2 controllers for USB devices, then the CDC class should be working. Honestly, I have not tried 2 CDC devices together.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Dec 2012 12:40:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Dual-CDC-virtual-com-device/m-p/202650#M4688</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2012-12-31T12:40:59Z</dc:date>
    </item>
  </channel>
</rss>

