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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-02-28T23:07:16+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-02-28T23:07:16+02:00</updated>

		<published>2008-02-28T23:07:16+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1252&amp;p=4416#p4416</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1252&amp;p=4416#p4416"/>
		<title type="html"><![CDATA[WakeOnUSB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1252&amp;p=4416#p4416"><![CDATA[
When the PC is in sleep mode, you can wake it with an USB RESET status for a couple of CPU cycles. You could do this with:<br /><br /><div class="codebox"><p>Code: </p><pre><code>    usbDeviceDisconnect&#40;&#41;;<br />    for&#40;i=0;i&lt;10;i++&#41;;<br />    usbDeviceConnect&#40;&#41;;<br /></code></pre></div><br /><br />If the PC is powered off, this won't help.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Feb 28, 2008 11:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-02-28T16:54:17+02:00</updated>

		<published>2008-02-28T16:54:17+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1252&amp;p=4410#p4410</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1252&amp;p=4410#p4410"/>
		<title type="html"><![CDATA[WakeOnUSB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1252&amp;p=4410#p4410"><![CDATA[
hello, is there a way to wake up a PC with an AVR-USB device? I want to build a remote control to wake up my PC via USB. <br />As an alternative, I could connect my device to a Fritzbox DSL modem and create a WakeOnLan paket. But therefore I need the usblib on the fritzbox, would this be possible?<p>Statistics: Posted by Guest — Thu Feb 28, 2008 4:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
