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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2008-10-23T13:00:42+02:00</updated>

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

		<entry>
		<author><name><![CDATA[WarNick]]></name></author>
		<updated>2008-10-23T13:00:42+02:00</updated>

		<published>2008-10-23T13:00:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6472#p6472</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6472#p6472"/>
		<title type="html"><![CDATA[USB AVR (hid mouse) PORT init problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6472#p6472"><![CDATA[
yep, I did &quot;clean all&quot;. I solved the problem shifted D+ &amp; D- to the port B bit0 and bit1 and connected D+ line to the Pd2/Int0 pin (Atmega8)<br /><br />In this config it works )<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1391">WarNick</a> — Thu Oct 23, 2008 1:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-10-09T16:50:48+02:00</updated>

		<published>2008-10-09T16:50:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6390#p6390</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6390#p6390"/>
		<title type="html"><![CDATA[USB AVR (hid mouse) PORT init problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6390#p6390"><![CDATA[
Did you do a &quot;make clean&quot; after the change? Most of the makefiles don't have dependencies on usbconfig.h and don't recompile after a change.<br /><br />Other than that: Are you sure the wiring is OK?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Oct 09, 2008 4:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[WarNick]]></name></author>
		<updated>2008-10-06T12:58:37+02:00</updated>

		<published>2008-10-06T12:58:37+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6364#p6364</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6364#p6364"/>
		<title type="html"><![CDATA[USB AVR (hid mouse) PORT init problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1787&amp;p=6364#p6364"><![CDATA[
Hello, I have a little problem (maybe very stupid, by I'm novice in USB stuff)<br /><br />As I understand, to config the pins on port D (for D+ and D-) it's neccesary to define these lines<br /><br />#define USB_CFG_DMINUS_BIT     0<br />#define USB_CFG_DPLUS_BIT       2<br /><br />But if I define DMINUS_BIT with bit 4 or other (and connect pin to USB circuit) Windows can't find the device. It works ONLY with DMINUS_BIT = 0. But I want to free the USART pin.<br /><br />Orig. schematic I use:<br /><!-- m --><a class="postlink" href="http://i138.photobucket.com/albums/q278/WarArt/AVRUSB.jpg">http://i138.photobucket.com/albums/q278 ... AVRUSB.jpg</a><!-- m --><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1391">WarNick</a> — Mon Oct 06, 2008 12:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
