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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-03-29T22:50:53+02:00</updated>

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

		<entry>
		<author><name><![CDATA[mojo]]></name></author>
		<updated>2008-03-29T22:50:53+02:00</updated>

		<published>2008-03-29T22:50:53+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4838#p4838</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4838#p4838"/>
		<title type="html"><![CDATA[HID Power Device for power strip]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4838#p4838"><![CDATA[
Looks like that's what I'll have to do then...<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=892">mojo</a> — Sat Mar 29, 2008 10:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-03-28T15:09:58+02:00</updated>

		<published>2008-03-28T15:09:58+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4807#p4807</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4807#p4807"/>
		<title type="html"><![CDATA[HID Power Device for power strip]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4807#p4807"><![CDATA[
If you provide your own host software, you don't really need a precise description in the report descriptor. You don't want to explain the device to a third party's driver, after all, as it is the case for mice, keyboards and joysticks.<br /><br />Please have a look at the Automator example. We transfer data in chunks of 128 bytes there using HID.<br /><br />Another alternative is to use ANY valid HID descriptor and do data transfer with control transfers on endoint 0 using libusb. See the new wiki docs at <!-- m --><a class="postlink" href="http://avrusb.wikidot.com/">http://avrusb.wikidot.com/</a><!-- m --><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Fri Mar 28, 2008 3:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mojo]]></name></author>
		<updated>2008-03-26T04:26:09+02:00</updated>

		<published>2008-03-26T04:26:09+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4783#p4783</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4783#p4783"/>
		<title type="html"><![CDATA[HID Power Device for power strip]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1322&amp;p=4783#p4783"><![CDATA[
I am attempting to make a USB controlled power strip, and wanted to make it a USB HID device (so no driver is required).<br /><br />I have read the docs from USB.org but they are not all that clear as to exactly how the HID descriptor should look. There are examples for UPSs, but not for simple power strips.<br /><br />The main goal is to have relay switched sockets, but I will probably add current measurement too.<br /><br />I could not find any examples of such a descriptor on the web. Any help would be much appreciated...<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=892">mojo</a> — Wed Mar 26, 2008 4:26 am</p><hr />
]]></content>
	</entry>
	</feed>
