<?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/6973" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-08-26T22:00:44+02:00</updated>

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

		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2012-08-26T22:00:44+02:00</updated>

		<published>2012-08-26T22:00:44+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6973&amp;p=22542#p22542</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6973&amp;p=22542#p22542"/>
		<title type="html"><![CDATA[Re: increase data size for hid data transfer]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6973&amp;p=22542#p22542"><![CDATA[
Using bulk out you can separate the packed. 1.0 standards does not allow more then 8 at once.<br /><br />Use bulk you can try this<br /><div class="codebox"><p>Code: </p><pre><code>while (!usbInterruptIsReady()){usbPoll(); }   usbSetInterrupt((void *)&amp;reportBuffer + 0, 8);<br />while (!usbInterruptIsReady()){usbPoll(); }   usbSetInterrupt((void *)&amp;reportBuffer + 8, 8); <br />while (!usbInterruptIsReady()){usbPoll(); }   usbSetInterrupt((void *)&amp;reportBuffer + 16, 8); <br /></code></pre></div><br />etc...<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Sun Aug 26, 2012 10:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[himanshu150891]]></name></author>
		<updated>2012-08-23T14:36:46+02:00</updated>

		<published>2012-08-23T14:36:46+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6973&amp;p=22529#p22529</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6973&amp;p=22529#p22529"/>
		<title type="html"><![CDATA[increase data size for hid data transfer]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6973&amp;p=22529#p22529"><![CDATA[
currently i am working on my final year project where i am able to transfer 8 bytes data hid reports but want to <strong class="text-strong">extended data size from 8 to 256 bytes or around it  or may be more </strong><br />what modification should i do to increase the size ???<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7268">himanshu150891</a> — Thu Aug 23, 2012 2:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
