<?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>8-bit MicrocontrollersのトピックUSB JB8 bit off topic</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/USB-JB8-bit-off-topic/m-p/123875#M42</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Tue Aug 23, 2005 10:53 am&lt;/STRONG&gt;&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;Hello&lt;BR /&gt;&lt;BR /&gt; I want to desing a prioduct using the JB8 cpu. I know nothing about USB. Can someone tell me where to find something about the data that need to be send from the cpu to the computer and back. What can i write the USB driver for my thing in on the computer. A compiler i do write in both basic and c.&lt;BR /&gt;&lt;BR /&gt; Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Tue Aug 23, 2005 12:24 pm&lt;/STRONG&gt;&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE align="center" border="0" cellpadding="3" cellspacing="1" width="90%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border:0px solid black;"&gt;&lt;SPAN class="genmed"&gt;&lt;STRONG&gt;xxx&amp;nbsp;wrote:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="quote" style="border:0px solid black;"&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I want to desing a prioduct using the JB8 cpu. I know nothing about USB. Can someone tell me where to find something about the data that need to be send from the cpu to the computer and back.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.usb.org%2F" rel="nofollow" target="_blank"&gt;www.usb.org&lt;/A&gt; - you can get the USB spec there and that is the ultimate answer to all the questions. Alternatively you can have a look into the TBDML source code to see how it is implemented. Chances are fairly good that you will be able to adapt the code to do whatever your application needs and hence the wheel will not have to be re-invented &lt;A href="http://www.freegeeks.net/modules/Forums/images/smiles/icon_smile.gif"&gt;&lt;IMG alt="Smile" border="0" src="http://www.freegeeks.net/modules/Forums/images/smiles/icon_smile.gif" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE align="center" border="0" cellpadding="3" cellspacing="1" width="90%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border:0px solid black;"&gt;&lt;SPAN class="genmed"&gt;&lt;STRONG&gt;xxx wrote:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="quote" style="border:0px solid black;"&gt;&lt;BR /&gt;What can i write the USB driver for my thing in on the computer?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Ansi C. Kernel level programming is very advanced stuff. You will need Windows DDK (Driver Development Kit) which I believe can be obtained for free. However if you do not need something very special than I do not thing that reinventing the driver is the right choice. My choice was the LibUSB driver which comes with source code and is free. See libusb.sourceforge.net and libusb-win32.sourceforge.net. Example of use of this can again be found in the TBDML sources&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Thu Aug 25, 2005 5:16 am&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;Cheers i'll look in to this &lt;A href="http://www.freegeeks.net/modules/Forums/images/smiles/icon_smile.gif"&gt;&lt;IMG alt="Smile" border="0" src="http://www.freegeeks.net/modules/Forums/images/smiles/icon_smile.gif" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 00:11:59 GMT</pubDate>
    <dc:creator>RChapman</dc:creator>
    <dc:date>2006-01-25T00:11:59Z</dc:date>
    <item>
      <title>USB JB8 bit off topic</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/USB-JB8-bit-off-topic/m-p/123875#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Tue Aug 23, 2005 10:53 am&lt;/STRONG&gt;&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;Hello&lt;BR /&gt;&lt;BR /&gt; I want to desing a prioduct using the JB8 cpu. I know nothing about USB. Can someone tell me where to find something about the data that need to be send from the cpu to the computer and back. What can i write the USB driver for my thing in on the computer. A compiler i do write in both basic and c.&lt;BR /&gt;&lt;BR /&gt; Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Tue Aug 23, 2005 12:24 pm&lt;/STRONG&gt;&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE align="center" border="0" cellpadding="3" cellspacing="1" width="90%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border:0px solid black;"&gt;&lt;SPAN class="genmed"&gt;&lt;STRONG&gt;xxx&amp;nbsp;wrote:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="quote" style="border:0px solid black;"&gt;Hello&lt;BR /&gt;&lt;BR /&gt;I want to desing a prioduct using the JB8 cpu. I know nothing about USB. Can someone tell me where to find something about the data that need to be send from the cpu to the computer and back.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.usb.org%2F" rel="nofollow" target="_blank"&gt;www.usb.org&lt;/A&gt; - you can get the USB spec there and that is the ultimate answer to all the questions. Alternatively you can have a look into the TBDML source code to see how it is implemented. Chances are fairly good that you will be able to adapt the code to do whatever your application needs and hence the wheel will not have to be re-invented &lt;A href="http://www.freegeeks.net/modules/Forums/images/smiles/icon_smile.gif"&gt;&lt;IMG alt="Smile" border="0" src="http://www.freegeeks.net/modules/Forums/images/smiles/icon_smile.gif" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="j-rte-table"&gt;&lt;TABLE align="center" border="0" cellpadding="3" cellspacing="1" width="90%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border:0px solid black;"&gt;&lt;SPAN class="genmed"&gt;&lt;STRONG&gt;xxx wrote:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="quote" style="border:0px solid black;"&gt;&lt;BR /&gt;What can i write the USB driver for my thing in on the computer?&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Ansi C. Kernel level programming is very advanced stuff. You will need Windows DDK (Driver Development Kit) which I believe can be obtained for free. However if you do not need something very special than I do not thing that reinventing the driver is the right choice. My choice was the LibUSB driver which comes with source code and is free. See libusb.sourceforge.net and libusb-win32.sourceforge.net. Example of use of this can again be found in the TBDML sources&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Thu Aug 25, 2005 5:16 am&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;Cheers i'll look in to this &lt;A href="http://www.freegeeks.net/modules/Forums/images/smiles/icon_smile.gif"&gt;&lt;IMG alt="Smile" border="0" src="http://www.freegeeks.net/modules/Forums/images/smiles/icon_smile.gif" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt; regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 00:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/USB-JB8-bit-off-topic/m-p/123875#M42</guid>
      <dc:creator>RChapman</dc:creator>
      <dc:date>2006-01-25T00:11:59Z</dc:date>
    </item>
  </channel>
</rss>

