<?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>MQX Software Solutions中的主题 Re: Is there any code that interacts with Freescale USB device examples for Builder C++?</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178385#M2523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not seen any details but on first sight it looks exactly what I was looking for.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 May 2009 21:09:22 GMT</pubDate>
    <dc:creator>JaimeR</dc:creator>
    <dc:date>2009-05-06T21:09:22Z</dc:date>
    <item>
      <title>Is there any code that interacts with Freescale USB device examples for Builder C++?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178379#M2517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for an example in Builder C++ that can send receive data trough HID functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 06:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178379#M2517</guid>
      <dc:creator>JaimeR</dc:creator>
      <dc:date>2009-05-05T06:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that interacts with Freescale USB device examples for Builder C++?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178380#M2518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jaime.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HID is a typical input device from the host point of view. Do you want to read data in Builder C++ application from HID device written in MQX?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 19:30:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178380#M2518</guid>
      <dc:creator>JuroV</dc:creator>
      <dc:date>2009-05-05T19:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that interacts with Freescale USB device examples for Builder C++?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178381#M2519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to send information from the microcontroller to the PC, then make some processing(in the PC ) and send some data back to the microcontroller. With the examples provided by freescale, windows manage and does all the processing via HID drivers. I want to use HID drivers but I need to manipulate them in order to process the data they receive and use them to send the data I want. I figure that Freescale has made something like that in order to make tests.&lt;/P&gt;&lt;P&gt;Builder C++ is the compiler I am using, however, I might try to port the code (if there is any) from other language/compiler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 21:02:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178381#M2519</guid>
      <dc:creator>JaimeR</dc:creator>
      <dc:date>2009-05-05T21:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that interacts with Freescale USB device examples for Builder C++?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178382#M2520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know the answer of your problem. I am also a fans of RAD environment. I think that you may install a VCL for your C++ Builder. The VCL is a OpenSource code from A germany Engineer.You may download it from &lt;A href="http://www.delphi-jedi.org/" rel="nofollow" target="_blank"&gt;http://www.delphi-jedi.org/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The name of VCL is HIDController. There is a Typical AppNote about LPC2148 and HID Ports in NXP Semiconductor Web. You may download it to study. I think you may migrate them into Freescale MCF52259 EVB.&lt;/P&gt;&lt;P&gt;If you won't find the VCL, i can send it by Email; My emain: &lt;A href="mailto:tjrfyty@163.com" rel="nofollow" target="_blank"&gt;tjrfyty@163.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;That' all. Good,LUCK,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2009 23:13:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178382#M2520</guid>
      <dc:creator>fish_yu</dc:creator>
      <dc:date>2009-05-05T23:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that interacts with Freescale USB device examples for Builder C++?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178383#M2521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I couldnt find the VCL, could you post the link?&lt;/P&gt;&lt;P&gt;I also sent an email to that email address you posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 04:41:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178383#M2521</guid>
      <dc:creator>JaimeR</dc:creator>
      <dc:date>2009-05-06T04:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that interacts with Freescale USB device examples for Builder C++?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178384#M2522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a HID VCL component. It is a WinRAR File.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/files/community_files/MQXGEN/msg150_HIDController.rar" rel="nofollow" target="_self"&gt;HIDController.rar&lt;/A&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by t.dowe on&lt;/SPAN&gt; &lt;SPAN class="local-date"&gt;2009-09-04&lt;/SPAN&gt; &lt;SPAN class="local-time"&gt;01:01 PM&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 10:31:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178384#M2522</guid>
      <dc:creator>fish_yu</dc:creator>
      <dc:date>2009-05-06T10:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that interacts with Freescale USB device examples for Builder C++?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178385#M2523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have not seen any details but on first sight it looks exactly what I was looking for.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jaime&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 21:09:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Is-there-any-code-that-interacts-with-Freescale-USB-device/m-p/178385#M2523</guid>
      <dc:creator>JaimeR</dc:creator>
      <dc:date>2009-05-06T21:09:22Z</dc:date>
    </item>
  </channel>
</rss>

