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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2010-08-23T18:43:28+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-08-23T18:43:28+02:00</updated>

		<published>2010-08-23T18:43:28+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15656#p15656</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15656#p15656"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15656#p15656"><![CDATA[
<blockquote><div><cite>Vaidotas wrote:</cite>Thank You _frank26080115, but this link is for device firmware, I solved my problem of compiling program. I need files to include in Host software, becouse functions like usb_int() is not described (usbInit() is in firmware, usb_init() in software). And I don't find files there is this function ( and others also).<br />Thank You,<br />Vaidotas.</div></blockquote><br /><br /><!-- m --><a class="postlink" href="http://libusb.sourceforge.net/doc/">http://libusb.sourceforge.net/doc/</a><!-- m --><br /><!-- m --><a class="postlink" href="http://libusb.sourceforge.net/doc/function.usbinit.html">http://libusb.sourceforge.net/doc/function.usbinit.html</a><!-- m --><p>Statistics: Posted by Guest — Mon Aug 23, 2010 6:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[chandantiwary]]></name></author>
		<updated>2010-08-22T14:51:02+02:00</updated>

		<published>2010-08-22T14:51:02+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15643#p15643</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15643#p15643"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15643#p15643"><![CDATA[
hi everyone.<br />I am trying to make a AVR USBASP PROGRAMMER.the circuit has been completed as i got the printed boards.Its working and is 100% checked.I have also burnt that firmware along with the fuse bits.still the programmer is not working.can any one help me put?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4262">chandantiwary</a> — Sun Aug 22, 2010 2:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Vaidotas]]></name></author>
		<updated>2010-08-19T09:49:54+02:00</updated>

		<published>2010-08-19T09:49:54+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15591#p15591</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15591#p15591"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15591#p15591"><![CDATA[
Thank You _frank26080115, but this link is for device firmware, I solved my problem of compiling program. I need files to include in Host software, becouse functions like usb_int() is not described (usbInit() is in firmware, usb_init() in software). And I don't find files there is this function ( and others also).<br />Thank You,<br />Vaidotas.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4230">Vaidotas</a> — Thu Aug 19, 2010 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-08-18T22:23:36+02:00</updated>

		<published>2010-08-18T22:23:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15585#p15585</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15585#p15585"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15585#p15585"><![CDATA[
usbdrv.h and <!-- m --><a class="postlink" href="http://vusb.wikidot.com/driver-api">http://vusb.wikidot.com/driver-api</a><!-- m --> describes functions<br /><br />device firmware has nothing to do with libusb<p>Statistics: Posted by Guest — Wed Aug 18, 2010 10:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Vaidotas]]></name></author>
		<updated>2010-08-18T21:57:33+02:00</updated>

		<published>2010-08-18T21:57:33+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15584#p15584</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15584#p15584"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15584#p15584"><![CDATA[
the problem was including files to project, but now it's solved. Another problem is with Host software, which file is describing usb_int() and other functions? I try to include libusb library but i failed. So my question is which file describes all this functions an where i can get it, becouse i failed with Libusb-win32, I just can't find files I need... please help me.<br />Thank You, Vaidotas.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4230">Vaidotas</a> — Wed Aug 18, 2010 9:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-08-18T19:07:25+02:00</updated>

		<published>2010-08-18T19:07:25+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15576#p15576</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15576#p15576"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15576#p15576"><![CDATA[
did you compile usbdrvasm.S ?<p>Statistics: Posted by Guest — Wed Aug 18, 2010 7:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Vaidotas]]></name></author>
		<updated>2010-08-17T13:42:09+02:00</updated>

		<published>2010-08-17T13:42:09+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15549#p15549</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15549#p15549"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15549#p15549"><![CDATA[
I have one more question. I was made USBASP programmer, it works nice, computer recognize it, but if i compile hex file using source, it is smaller and does not works. Why it's happening? How to make hex file from source. I'm using AVR Studio 4.<br />Thank you.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4230">Vaidotas</a> — Tue Aug 17, 2010 1:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Vaidotas]]></name></author>
		<updated>2010-08-17T08:45:10+02:00</updated>

		<published>2010-08-17T08:45:10+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15544#p15544</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15544#p15544"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15544#p15544"><![CDATA[
Hello,<br />I'm begginer with v-usb too. The problems of making hex files of examples, like PowerSwitch, Automator. It's no problem, then project is using ports which isn't in my uC, i just change it or delete ( if it is funkction to do something, like turn on led). The problem is then I'  compiling project, every time it shows me that i missing function &quot;<span style="text-decoration: underline">usbCrc16Append</span>&quot;, ant i don't seen ever how to write this function, so the only thing to do is to make &quot;//&quot; before function in usbdrv.c file. Is there other solution?<br />  I'm using Attiny26 uC with 12Mhz crystal, and i set frequency F_CPU 12000000L. Is is good?<br /><br />Thank you,<br />Vaidotas.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=4230">Vaidotas</a> — Tue Aug 17, 2010 8:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[frank26080115]]></name></author>
		<updated>2010-08-12T20:40:19+02:00</updated>

		<published>2010-08-12T20:40:19+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15513#p15513</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15513#p15513"/>
		<title type="html"><![CDATA[Re: beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15513#p15513"><![CDATA[
if you are new to C, you need to get familiar with &quot;make&quot;, &quot;makefiles&quot; and compiling C projects in general. That command is meant to be typed into the command line or console.<br /><br />To use AVR Studio with V-USB, only add usbdrv.c and usbdrvasm.S into the project, not the other stuff you mentioned<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2426">frank26080115</a> — Thu Aug 12, 2010 8:40 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2010-08-12T20:18:12+02:00</updated>

		<published>2010-08-12T20:18:12+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15512#p15512</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15512#p15512"/>
		<title type="html"><![CDATA[beginning with VUSB.. need help]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=4735&amp;p=15512#p15512"><![CDATA[
Hi.. <br />I am just beginning with VUSB.. I downloaded the package from objective development web and gave a try to custom-class example.. In the &quot;Building the firmware&quot; section of readme file (in second para), it is written &quot;Type &quot;make hex&quot; to build main.hex&quot; . I can't understand that where I need to type it. i.e where I need to type &quot;make hex&quot; to build the project...<br /><br />I also tried to add .C files , .h files,make file and files in usbdrv folder in a AVR studio project .But I got  errors.. VUSB wiki documents link is also not working.. Please can anyone make a tutorial for beginners in VUSB.. I have  previously made several AVR projects in assembly and codevision AVR but have just gotten stuck here.. <br /><br />I am using windows platform.<p>Statistics: Posted by Guest — Thu Aug 12, 2010 8:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
