<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/3589" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2011-05-04T01:42:24+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/3589</id>

		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2011-05-04T01:42:24+02:00</updated>

		<published>2011-05-04T01:42:24+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3589&amp;p=18368#p18368</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3589&amp;p=18368#p18368"/>
		<title type="html"><![CDATA[Re: USB HID Data Transfer for Gamepad]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3589&amp;p=18368#p18368"><![CDATA[
Sorry to dig this up but, any luck with this?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Wed May 04, 2011 1:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-11-28T23:50:38+02:00</updated>

		<published>2009-11-28T23:50:38+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12180#p12180</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12180#p12180"/>
		<title type="html"><![CDATA[Re: USB HID Data Transfer for Gamepad]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12180#p12180"><![CDATA[
I was debating a composite device with USB mass storage as one of the sub devices. The big problems there are complexity, need a whole other set of descriptors and to implement an appropriate interface. Also there is the bulk transfer issue with V-USB. <br /><br />The option I was leaning towards was HID raw - see <!-- m --><a class="postlink" href="http://www.pjrc.com/teensy/rawhid.html">http://www.pjrc.com/teensy/rawhid.html</a><!-- m --> while this example is for a Teensy (AVR with hardware USB), it is my belief that simply adding the descriptors and some basic code should make this work with any HID capable device.<p>Statistics: Posted by Guest — Sat Nov 28, 2009 11:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2009-11-28T19:33:06+02:00</updated>

		<published>2009-11-28T19:33:06+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12178#p12178</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12178#p12178"/>
		<title type="html"><![CDATA[Re: USB HID Data Transfer for Gamepad]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12178#p12178"><![CDATA[
I too am interested in this. I was thinking of trying to implement this<br /> <!-- l --><a class="postlink-local" href="http://forums.obdev.at/viewtopic.php?f=8&amp;t=3399">viewtopic.php?f=8&amp;t=3399</a><!-- l --><br />but figure there could be a more elegant way. However I have not yet started researching it much. If you do find a way please do report back, if no others here have a thought.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Sat Nov 28, 2009 7:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Tillin9]]></name></author>
		<updated>2009-11-28T08:09:44+02:00</updated>

		<published>2009-11-28T08:09:44+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12175#p12175</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12175#p12175"/>
		<title type="html"><![CDATA[USB HID Data Transfer for Gamepad]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3589&amp;p=12175#p12175"><![CDATA[
Hi, I'm researching around on the best way to add a the ability to transfer small amounts of data (~32K) from an EEPROM on a USB game pad. I was hoping there might be an easy way to do this with pure USB HID so I won't have to do a composite device or write a custom driver.<br /><br />Anybody have any useful information on how to do this? For example what descriptors I might need?<br /><br />Thanks in advance.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3188">Tillin9</a> — Sat Nov 28, 2009 8:09 am</p><hr />
]]></content>
	</entry>
	</feed>
