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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-08-19T19:19:30+02:00</updated>

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

		<entry>
		<author><name><![CDATA[IvIePhisto]]></name></author>
		<updated>2010-08-19T19:19:30+02:00</updated>

		<published>2010-08-19T19:19:30+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4758&amp;p=15601#p15601</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4758&amp;p=15601#p15601"/>
		<title type="html"><![CDATA[Re: HID: multiple report id's vs. one report &gt; 8 bytes]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4758&amp;p=15601#p15601"><![CDATA[
I suppose it should make a bit of a difference, as there would be only 4 USB interrupt requests (3x8 bytes and 1x6 bytes) plus it saves time and space on the MCU. And the parsing on the host side is a bit easier, but this should make no real difference.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4253">IvIePhisto</a> — Thu Aug 19, 2010 7:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-08-19T12:08:03+02:00</updated>

		<published>2010-08-19T12:08:03+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4758&amp;p=15593#p15593</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4758&amp;p=15593#p15593"/>
		<title type="html"><![CDATA[HID: multiple report id's vs. one report &gt; 8 bytes]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4758&amp;p=15593#p15593"><![CDATA[
Hi,<br /><br />I made a HID joystick which uses 6 reports of 5 bytes each.<br />Including the reportIDs, I have 36 bytes to send.<br />The poll interval is 10ms so every 60ms a particular report is sent to the host.<br /><br />Would it make a difference speed-wise if I were to send 1 report of 30 bytes by concatenating several calls to usbSetInterrupt() as explained by Christian here: <!-- l --><a class="postlink-local" href="http://forums.obdev.at/viewtopic.php?f=8&amp;t=1855">viewtopic.php?f=8&amp;t=1855</a><!-- l --> and in other threads?<br /><br />(I use an ATmega16 @ 12 MHz)<br /><br />-=Wim=-<p>Statistics: Posted by Guest — Thu Aug 19, 2010 12:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
