<?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 help on usign the usb port on the MC1321 DevKit in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/help-on-usign-the-usb-port-on-the-MC1321-DevKit/m-p/137528#M4712</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #000000;"&gt;I am developing a wireless network for industrial process monitoring so I bought the MC1321 DevKit.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; In this wireless network I will have a coordinator node which communicates with a GUI located in a PC. The MC1321 DevKit uses a CP2102 UART-USB converter from&lt;/SPAN&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.silabs.com%2F" rel="nofollow" target="_blank"&gt;www.silabs.com&lt;/A&gt; &lt;SPAN style="color: #000000;"&gt;, and in order to develop the GUI that sends and receives messages to theCP2102 USB-UART converter I downloaded a library from silabs website, this library contains a set of host API´s that are suppose to allow me to build a c++ application (PC&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; GUI) that communicates with the MC1321 DevKit.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;But in order for the application that uses this set of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; API´s to run it requires a driver called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; USBXpress which is &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;provided by silabs too, this driver is suppose to recognize the CP2102 at the time it is plugged. The problem is that it doesn´t happen, I plug the MC1321 DevKit with the CP2102 and the computer doesn´t find any corresponding usb driver even though I had the USBXpress installed as indicated in silab website.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000;"&gt;I don´nt know much about USB com but I thing that this is because the firmware of the CP2102(USB-UART bridege) such as serial number, manufacturer name, vendor and product ID was previously changed by freescale.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000;"&gt;I need to know how could I build an GUI application that has communication with the MC1321 DevKit if I can´t use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; USBXpress driver provided by silabs. Does freescale have some other driver and API´s that I can use?&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; Or how could I do communicate with this CP2102 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000;"&gt;What do you suggest me to do, I am stucked here?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2006 12:50:31 GMT</pubDate>
    <dc:creator>fausto</dc:creator>
    <dc:date>2006-11-22T12:50:31Z</dc:date>
    <item>
      <title>help on usign the usb port on the MC1321 DevKit</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/help-on-usign-the-usb-port-on-the-MC1321-DevKit/m-p/137528#M4712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #000000;"&gt;I am developing a wireless network for industrial process monitoring so I bought the MC1321 DevKit.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; In this wireless network I will have a coordinator node which communicates with a GUI located in a PC. The MC1321 DevKit uses a CP2102 UART-USB converter from&lt;/SPAN&gt; &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.silabs.com%2F" rel="nofollow" target="_blank"&gt;www.silabs.com&lt;/A&gt; &lt;SPAN style="color: #000000;"&gt;, and in order to develop the GUI that sends and receives messages to theCP2102 USB-UART converter I downloaded a library from silabs website, this library contains a set of host API´s that are suppose to allow me to build a c++ application (PC&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; GUI) that communicates with the MC1321 DevKit.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;But in order for the application that uses this set of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; API´s to run it requires a driver called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; USBXpress which is &lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;provided by silabs too, this driver is suppose to recognize the CP2102 at the time it is plugged. The problem is that it doesn´t happen, I plug the MC1321 DevKit with the CP2102 and the computer doesn´t find any corresponding usb driver even though I had the USBXpress installed as indicated in silab website.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000;"&gt;I don´nt know much about USB com but I thing that this is because the firmware of the CP2102(USB-UART bridege) such as serial number, manufacturer name, vendor and product ID was previously changed by freescale.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000;"&gt;I need to know how could I build an GUI application that has communication with the MC1321 DevKit if I can´t use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; USBXpress driver provided by silabs. Does freescale have some other driver and API´s that I can use?&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt; Or how could I do communicate with this CP2102 ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #000000;"&gt;What do you suggest me to do, I am stucked here?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 12:50:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/help-on-usign-the-usb-port-on-the-MC1321-DevKit/m-p/137528#M4712</guid>
      <dc:creator>fausto</dc:creator>
      <dc:date>2006-11-22T12:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: help on usign the usb port on the MC1321 DevKit</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/help-on-usign-the-usb-port-on-the-MC1321-DevKit/m-p/137529#M4713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi Fausto,&lt;BR /&gt;first of all I'll try to understand if CP2102 USB to UART Bridge with VCP Drivers runs.&lt;BR /&gt;&lt;BR /&gt;A simple way is to connect tx with rx pin of rs232 connector, and using an hyperterminal you can see that the chars that you send you can receive it.&lt;BR /&gt;&lt;BR /&gt;Then I try to understand if there is some communication problems between MC1321 and CP2102.&lt;BR /&gt;&lt;BR /&gt;I successfully used Ftdi chip for converting usb to serial (http://www.ftdichip.com/).&lt;BR /&gt;Look at &lt;A href="http://www.ftdichip.com/Products/EvaluationKits/Wireless.htm#DLP-RFID1" target="test_blank"&gt;http://www.ftdichip.com/Products/EvaluationKits/Wireless.htm#DLP-RFID1&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;Stevasway&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2006 20:12:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/help-on-usign-the-usb-port-on-the-MC1321-DevKit/m-p/137529#M4713</guid>
      <dc:creator>stevasway</dc:creator>
      <dc:date>2006-11-22T20:12:00Z</dc:date>
    </item>
  </channel>
</rss>

