<?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>ColdFire/68K Microcontrollers and Processors中的主题 MCF52210 USB Question</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52210-USB-Question/m-p/183389#M7569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I just have a quick question.&amp;nbsp; Is it possible to communicate through USB from a PC to the microprocessor.&amp;nbsp; Say I wanted to send text through hyper terminal using USB, is it possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Sep 2008 09:26:41 GMT</pubDate>
    <dc:creator>junkers13</dc:creator>
    <dc:date>2008-09-03T09:26:41Z</dc:date>
    <item>
      <title>MCF52210 USB Question</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52210-USB-Question/m-p/183389#M7569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi I just have a quick question.&amp;nbsp; Is it possible to communicate through USB from a PC to the microprocessor.&amp;nbsp; Say I wanted to send text through hyper terminal using USB, is it possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 09:26:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52210-USB-Question/m-p/183389#M7569</guid>
      <dc:creator>junkers13</dc:creator>
      <dc:date>2008-09-03T09:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: MCF52210 USB Question</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52210-USB-Question/m-p/183390#M7570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;gt; Say I wanted to send text through hyper terminal using USB, is it possible?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I have a driver that does just that -- it emulates a USB&amp;nbsp;FTDI serial port, and the PC drivers automatically load from microsoft.com so you can talk to the MCU.&amp;nbsp; It also has terminal line editing and a small history buffer.&amp;nbsp; You can see the source code here:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &lt;A href="http://www.cpustick.com/downloads.htm" rel="nofollow" target="_blank"&gt;http://www.cpustick.com/downloads.htm&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You'll need the low level usb driver and the upper level ftdi driver.&amp;nbsp; I'm eventually going to post a full project with dual-mode (host/device) USB functionality, but for now the individual files are there.&amp;nbsp; I'm happy to help you get the sources running if you want to e-mail &lt;A href="mailto:rich@testardi.com" rel="nofollow" target="_blank"&gt;rich@testardi.com&lt;/A&gt;.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;-- Rich&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2008 21:46:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52210-USB-Question/m-p/183390#M7570</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-09-03T21:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: MCF52210 USB Question</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52210-USB-Question/m-p/183391#M7571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;And just to follow up, I posted an example skeleton project (skeleton.zip) on the webpage above which runs an FTDI serial port and simple command line interface on the M52221DEMO board, along with built-in administrative commands to perform flash cloning over ezport to a target board as well as S19 file firmware upgrading over the USB.&amp;nbsp; If you run it and connect with HyperTerminal and press &amp;lt;Enter&amp;gt;, you'll see:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;Welcome to XXX v0.9!&lt;BR /&gt;Copyright (c) 2008; all rights reserved.&lt;BR /&gt;&amp;gt; &lt;STRONG&gt;help&lt;/STRONG&gt;&lt;BR /&gt;commands:&lt;BR /&gt;&amp;nbsp; clone [run]&lt;BR /&gt;&amp;nbsp; help&lt;BR /&gt;&amp;nbsp; reset&lt;BR /&gt;&amp;nbsp; upgrade&lt;BR /&gt;&amp;nbsp; uptime&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="Courier New"&gt;for more information:&lt;BR /&gt;&amp;nbsp; help about&lt;BR /&gt;&amp;nbsp; help clone&lt;BR /&gt;&amp;gt; _&lt;BR /&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 12:19:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52210-USB-Question/m-p/183391#M7571</guid>
      <dc:creator>RichTestardi</dc:creator>
      <dc:date>2008-09-04T12:19:01Z</dc:date>
    </item>
  </channel>
</rss>

