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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-12-10T19:20:13+02:00</updated>

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

		<entry>
		<author><name><![CDATA[nwew1]]></name></author>
		<updated>2010-12-10T19:20:13+02:00</updated>

		<published>2010-12-10T19:20:13+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16993#p16993</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16993#p16993"/>
		<title type="html"><![CDATA[Re: Need help about host compiling]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16993#p16993"><![CDATA[
I am using atmega8-16PU chip. at wikidot's <strong class="text-strong">'device not recognized errors'</strong> page writes that 'p' series chips non-compatible with vusb . is this true ? <br /><br />my program don't have osccal*, osctune* files.<br />in the beginning I set clock frequency at AvrStudio's Project options. now I set Cksel fuse bits too. but problem continue. <br /><br />any suggestion ?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4581">nwew1</a> — Fri Dec 10, 2010 7:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-12-06T23:49:47+02:00</updated>

		<published>2010-12-06T23:49:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16934#p16934</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16934#p16934"/>
		<title type="html"><![CDATA[Re: Need help about host compiling]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16934#p16934"><![CDATA[
Do check that the settings in usbconfig.h match your board layout, and that you don't use the mega's internal oscillator by mistake. <br />There could be a ton of other reasons - just walk through your HW &amp; FW carefully.<p>Statistics: Posted by Guest — Mon Dec 06, 2010 11:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nwew1]]></name></author>
		<updated>2010-11-30T02:33:12+02:00</updated>

		<published>2010-11-30T02:33:12+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16879#p16879</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16879#p16879"/>
		<title type="html"><![CDATA[Re: partly solved : Need help about compiling]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16879#p16879"><![CDATA[
I found a solution. there is a <strong class="text-strong">&quot;Compiling a V-USB (AVR-USB) example program with Visual C++&quot;</strong> named web page.<br />I use vusb custom example host &quot;set-led.c&quot; and I use  Visual C++ 2010. For linker error messages<br />I used libusb.lib for Visual C++ 2010 (at lib-usb msvc folder)<br />Here, my problem solved.<br /><br />But, now I've got a new problem.<br /><br />set-led.c gives this message : <strong class="text-strong">USB device &quot;Led kontrol &quot; not found with Vid 0x16c0 and pid 0x05df</strong><br /><br />this mean device is connected but no any data transfer.<br /><br />thanks for help ???<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4581">nwew1</a> — Tue Nov 30, 2010 2:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nwew1]]></name></author>
		<updated>2010-11-13T23:24:13+02:00</updated>

		<published>2010-11-13T23:24:13+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16651#p16651</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16651#p16651"/>
		<title type="html"><![CDATA[Need help about host compiling]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=5069&amp;p=16651#p16651"><![CDATA[
Hi !<br /><br />My english not good. and I'm not a advanced C programmer. I made a simple AVR USB project with Atmega8. It includes a LCD<br />ADC, led, etc. My firmware program is running. First I tried simple EasyHID vb6 host program. It runs but<br />only views plug- onplug messages. there isn't any data transfer.<br /><br />Firmware usbFunctionSetup has only data[0],1,2,.. controlling and writing to lcd. but only first time views. after not anything.<br /><br />I tried Visual C++ 6.0 and Dev-C++ compiler. these are gives some compile errors.<br /><br />in usb.c      <br /><br /><strong class="text-strong">&gt; LIST_DEL(usb_busses,bus);  // '=' : left operand must be l-value<br />&gt; LIST_ADD(usb_busses, bus); // '=' : left operand must be l-value</strong><br /><br /><br />These errors for example in Dev-C++ are about Compiler Settings. After deleting this lines or change compiler and project settings<br />I take some linker errors <br /><br />for example in usbi.h<br /><br />&gt;<strong class="text-strong"> undefined reference to 'usb_os_find_busses' like..</strong> etc.<br /><br />or<strong class="text-strong"> windows.h, win**.h</strong> errors..<br /><br />my Vusb capacitor was 4.7u and 220 nF. I change these as 10u and 100n.<br /><br />thanks for your help.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4581">nwew1</a> — Sat Nov 13, 2010 11:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
