<?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-Serial bridging with LPC5x / any generic projects avail?</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205401#M43407</link>
    <description>&lt;P&gt;Hi, David,&lt;/P&gt;
&lt;P&gt;Unfortunately, I have not idea how to develop the USB project on PC side based on Windows.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
    <pubDate>Thu, 31 Dec 2020 05:45:01 GMT</pubDate>
    <dc:creator>xiangjun_rong</dc:creator>
    <dc:date>2020-12-31T05:45:01Z</dc:date>
    <item>
      <title>USB-Serial bridging with LPC5x / any generic projects avail?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205037#M43396</link>
      <description>&lt;P&gt;I've been looking for a generic implementation that implements a run-time (by the host) configurable serial bridge that is completely driverless.&lt;/P&gt;&lt;P&gt;The closest thing would be this part: CY7C65215 (&lt;A href="https://www.cypress.com/file/129956/download" target="_blank"&gt;https://www.cypress.com/file/129956/download&lt;/A&gt;)&lt;BR /&gt;it has 2x CDC UART's (compliant so driverless on mac, linux as opposed to FTDI), 2x SPI and 2x I2C.&lt;/P&gt;&lt;P&gt;Performance should not be worse than the peripheral on the MCU it runs on. I believe python with asyncio + libusb would do well on the host-side to keep it generic.&lt;/P&gt;&lt;P&gt;Anyone seen something like this or do NXP happen to have some CDC bridging examples for LPC or i.MXRT series that comes with a side-channel (or additional cdc endpoint) to configure baud-rate, flow-control, etc.!?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 22:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205037#M43396</guid>
      <dc:creator>dav1</dc:creator>
      <dc:date>2020-12-29T22:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: USB-Serial bridging with LPC5x / any generic projects avail?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205114#M43398</link>
      <description>&lt;P&gt;Hi, David,&lt;/P&gt;
&lt;P&gt;The LPC55xx supports CDC class as device as you expected, in CDC class, it has two channel based on CDC class protocol, one channel is controlling channel, with which the host side can set up baud rate, data format, data width..., another channel is data channel, with which data can be transferred.&lt;/P&gt;
&lt;P&gt;In SDK package, we have implemented the usb stack including CDC, and we have developed a lot of examples.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://mcuxpresso.nxp.com/en/welcome" target="_blank"&gt;https://mcuxpresso.nxp.com/en/welcome&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;With the CDC class, you can transmit and receive data via USB, with the data, you can transfer them via SPI, uart, I2C, I think it is so-called bridge.&lt;/P&gt;
&lt;P&gt;Hope it can help you&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 03:04:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205114#M43398</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-12-30T03:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: USB-Serial bridging with LPC5x / any generic projects avail?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205315#M43405</link>
      <description>&lt;P&gt;Hi&amp;nbsp;XiangJun and thanks for replying&lt;/P&gt;&lt;P&gt;- Does NXP provide any host code to interact with the custom "configuration CDC channel"?&lt;/P&gt;&lt;P&gt;- For I2C, SPI etc, we can of course add this ourselves, was just curious if there are some nxp-provided libraries similar to what Cypress has for their KitProg3's, and Serial Bridge IC's that cover all scenarios incl. the Host side.&lt;/P&gt;&lt;P&gt;- Is there a way to access this code without installing the full tool-chain? i.e. is the CDC driver and example code available in a git repository somewhere?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2020 21:18:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205315#M43405</guid>
      <dc:creator>dav1</dc:creator>
      <dc:date>2020-12-30T21:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: USB-Serial bridging with LPC5x / any generic projects avail?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205401#M43407</link>
      <description>&lt;P&gt;Hi, David,&lt;/P&gt;
&lt;P&gt;Unfortunately, I have not idea how to develop the USB project on PC side based on Windows.&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;XiangJun Rong&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2020 05:45:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1205401#M43407</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2020-12-31T05:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: USB-Serial bridging with LPC5x / any generic projects avail?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1207040#M43460</link>
      <description>&lt;P&gt;For Windows 10 you no longer need to worry about providing kernel driver support for CDC; It is already included in the OS as a class driver. i.e. plug and play.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="belmontbob59_0-1609871615496.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/134034i1815F5DA9AB44753/image-size/medium?v=v2&amp;amp;px=400" role="button" title="belmontbob59_0-1609871615496.png" alt="belmontbob59_0-1609871615496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/supported-usb-classes" target="_blank"&gt;https://docs.microsoft.com/en-us/windows-hardware/drivers/usbcon/supported-usb-classes&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 18:34:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/USB-Serial-bridging-with-LPC5x-any-generic-projects-avail/m-p/1207040#M43460</guid>
      <dc:creator>belmontbob59</dc:creator>
      <dc:date>2021-01-05T18:34:27Z</dc:date>
    </item>
  </channel>
</rss>

