<?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>Kinetis Software Development KitのトピックRe: K22F USB CDC Host to FTDI Chipset</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763600#M7767</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this was a long time ago, but I'm very curious to know if this worked out for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(since I'm&amp;nbsp;struggling with a similar issue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Mike Ware&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2020 13:07:31 GMT</pubDate>
    <dc:creator>Ware</dc:creator>
    <dc:date>2020-08-10T13:07:31Z</dc:date>
    <item>
      <title>K22F USB CDC Host to FTDI Chipset</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763597#M7764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the FRDM-K22F and would like to be able to communicate to an FTDI232R device. Starting with the host_cdc_serial_frdm22K_freertos_frdmk22f demo, I get to the point where the display shows only "unsupported device attached."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone who has worked with the FRDM series implemented the USB interface to an FTDI chipset? If so, what pointers can they provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just starting on this, so it is all new to me!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 18:56:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763597#M7764</guid>
      <dc:creator>davepfaltzgraff</dc:creator>
      <dc:date>2018-02-21T18:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: K22F USB CDC Host to FTDI Chipset</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763598#M7765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I haven't FTDI232R, but I have CP2102 and PL2303. I tested these chip and&amp;nbsp;it seems&amp;nbsp;they are same. I trace the enumeration flow and found some reason. In Device Descriptor, DeviceClass is 00. In Interface Descriptor, bInterfaceClass is 0xFF. The interface class is vendor-specific.&amp;nbsp;So when USB_HostCdcEvent find bInterfaceClass is not USB_HOST_CDC_COMMUNICATIONS_CLASS_CODE, it shows this device is not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 10:09:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763598#M7765</guid>
      <dc:creator>jingpan</dc:creator>
      <dc:date>2018-02-27T10:09:27Z</dc:date>
    </item>
    <item>
      <title>Re: K22F USB CDC Host to FTDI Chipset</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763599#M7766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By manipulating the values for the VID &amp;amp; PID in the DriverInfoTable[], I was able to get the FTDI to enumerate and the program is "happy". However, since I have not set up the FTDI chip with baud rate, etc., it is not happy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the host_cdc_serial_frdm22k_freertos_frdmk22f as a starting point and this leads me to two questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the DriverInfoTable[] in the example there are two entries (USB_CLASS_COMMUNICATION and USB_CLASS_DATA), what does each entry represent?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In setting up the FTDI, I need to be able to send/receive control/status information to endpoint 0. How is this accomplished versus sending/receiving data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 21:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763599#M7766</guid>
      <dc:creator>davepfaltzgraff</dc:creator>
      <dc:date>2018-02-28T21:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: K22F USB CDC Host to FTDI Chipset</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763600#M7767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this was a long time ago, but I'm very curious to know if this worked out for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(since I'm&amp;nbsp;struggling with a similar issue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;- Mike Ware&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 13:07:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763600#M7767</guid>
      <dc:creator>Ware</dc:creator>
      <dc:date>2020-08-10T13:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: K22F USB CDC Host to FTDI Chipset</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763601#M7768</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;&lt;/P&gt;&lt;P&gt;Offhand, I don't recall if I got the FTDI interface fully functional. There were issues about NDAs, etc. before they would send me the technical information. Since my end goal was to communicate over Bluetooth and I had been using a USB=&amp;gt;Bluetooth adapter from Laird Tech which used the FTDA. I looked around and found a Bluetooth adapter from Ada Fruit that used the CP2102 chip. SiLabs was very cooperative in sending me the info I needed (even without an NDA) and I got that up and running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After all that, my client ended up not using the Bluetooth capability - for now. Oh, well...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 14:30:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/K22F-USB-CDC-Host-to-FTDI-Chipset/m-p/763601#M7768</guid>
      <dc:creator>davepfaltzgraff</dc:creator>
      <dc:date>2020-08-10T14:30:46Z</dc:date>
    </item>
  </channel>
</rss>

