<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Arduino USB host &#8211; Pre-prototyping.</title>
	<atom:link href="http://www.circuitsathome.com/mcu/programming/arduino-usb-host/feed" rel="self" type="application/rss+xml" />
	<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host</link>
	<description>A Solder Joint</description>
	<lastBuildDate>Wed, 28 Jul 2010 22:29:35 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host/comment-page-1#comment-2629</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Sat, 05 Sep 2009 06:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=740#comment-2629</guid>
		<description>It depends on what you want to read off of Flash drive. If you can use drive&#039;s serial number, which is unique for the drive, this can be done with the code which is already written since it&#039;s just a string descriptor. If you need full support for flash drive, then you would need to write it - currently, flash drives are not supported.

As far as programming, it&#039;s standard Arduino package from arduino.cc.</description>
		<content:encoded><![CDATA[<p>It depends on what you want to read off of Flash drive. If you can use drive&#8217;s serial number, which is unique for the drive, this can be done with the code which is already written since it&#8217;s just a string descriptor. If you need full support for flash drive, then you would need to write it &#8211; currently, flash drives are not supported.</p>
<p>As far as programming, it&#8217;s standard Arduino package from arduino.cc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keips</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host/comment-page-1#comment-2628</link>
		<dc:creator>keips</dc:creator>
		<pubDate>Sat, 05 Sep 2009 05:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=740#comment-2628</guid>
		<description>hi im making a project which is USB/Flash drive as a door key,, my question is can i use arduino to read the code that is installed in my usb and then execute it? and also what software did you use in programming the arduino? pls help me ,,</description>
		<content:encoded><![CDATA[<p>hi im making a project which is USB/Flash drive as a door key,, my question is can i use arduino to read the code that is installed in my usb and then execute it? and also what software did you use in programming the arduino? pls help me ,,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oleg</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host/comment-page-1#comment-903</link>
		<dc:creator>oleg</dc:creator>
		<pubDate>Mon, 22 Jun 2009 05:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=740#comment-903</guid>
		<description>I&#039;m not sure what you mean by &quot;SPI to USB&quot;, but if you are trying to send data to the PC via USB using MAX3420, you first need to perform enumeration and start appropriate driver on a PC.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you mean by &#8220;SPI to USB&#8221;, but if you are trying to send data to the PC via USB using MAX3420, you first need to perform enumeration and start appropriate driver on a PC.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: usbspy</title>
		<link>http://www.circuitsathome.com/mcu/programming/arduino-usb-host/comment-page-1#comment-897</link>
		<dc:creator>usbspy</dc:creator>
		<pubDate>Sun, 21 Jun 2009 20:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.circuitsathome.com/?p=740#comment-897</guid>
		<description>Hi,

I am trying to implement spi to usb with the max3420e. I am using a FPGA to talk to the max3420e.
Do I need to check any USB interrupt registers or pins. 
These are the steps I am following -

1. Make SS low and write command byte to register R17 (PINCTL) to enable Full duplex SPI 
2. Make SS low and select EP2INFIFO register and write data bytes
3. Make SS low and select EP2INBC register and write the # of data bytes written

This should make data appear on the PC, right?
I had a notepad open. Nothing happened.
But it doesn&#039;t work. I tried writing to GP0 register and it works. So I am able to talk to the MAX3420. 
Any help would be great. 

Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am trying to implement spi to usb with the max3420e. I am using a FPGA to talk to the max3420e.<br />
Do I need to check any USB interrupt registers or pins.<br />
These are the steps I am following -</p>
<p>1. Make SS low and write command byte to register R17 (PINCTL) to enable Full duplex SPI<br />
2. Make SS low and select EP2INFIFO register and write data bytes<br />
3. Make SS low and select EP2INBC register and write the # of data bytes written</p>
<p>This should make data appear on the PC, right?<br />
I had a notepad open. Nothing happened.<br />
But it doesn&#8217;t work. I tried writing to GP0 register and it works. So I am able to talk to the MAX3420.<br />
Any help would be great. </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
