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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2013-12-17T21:21:36+02:00</updated>

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

		<entry>
		<author><name><![CDATA[blargg]]></name></author>
		<updated>2013-12-17T21:21:36+02:00</updated>

		<published>2013-12-17T21:21:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26356#p26356</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26356#p26356"/>
		<title type="html"><![CDATA[Re: Introduction for beginners!]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26356#p26356"><![CDATA[
Similar here. I've found the guides hopelessly disorganized, presenting random details and commentary before the reader even understands the overall structure. Along the lines of example code being a good teacher, I'd love to see a log of an actual USB session for say a keyboard, describing each USB event, and what v-usb does internally to respond. Not a tiny snapshot of it, but the whole session, so one can see how it all fits together. That would move me forward on my USB understanding far more than anything else. Concrete examples. And with timing information!<br /><br />EDIT: <a href="http://www.cypress.com/?rID=39327" class="postlink">Cypress' USB 2.0 introduction</a> looks decent, and has plenty of examples of the protocol in action, including a USB analyzer's dump showing an actual log of activity from reset to being ready to use.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20076">blargg</a> — Tue Dec 17, 2013 9:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2013-12-17T19:54:06+02:00</updated>

		<published>2013-12-17T19:54:06+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26355#p26355</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26355#p26355"/>
		<title type="html"><![CDATA[Re: Introduction for beginners!]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26355#p26355"><![CDATA[
I knew nothing of usb and had very little firmware programming experience when I started on v-usb. I only needed two things, 1) example code 2) this form.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Tue Dec 17, 2013 7:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[matrixstorm]]></name></author>
		<updated>2013-12-16T18:56:36+02:00</updated>

		<published>2013-12-16T18:56:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26349#p26349</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26349#p26349"/>
		<title type="html"><![CDATA[Re: Introduction for beginners!]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26349#p26349"><![CDATA[
Maybe you want also to read <!-- m --><a class="postlink" href="http://www.beyondlogic.org/usbnutshell/usb1.shtml">http://www.beyondlogic.org/usbnutshell/usb1.shtml</a><!-- m --> ?<br /><br />In VUSB communication via host often is done by just using the control endpoint - the endpoint also responsible for communication<br />device descriptor and strings (vendor, type, serial ...) to the host.<br /><br />For tinyUSBboard  I prepared some VUSB template, some time ago.<br />You can find it as &quot;VUSB skeleton/example with corresponding linux, windows (delphi) and platform independent GTK libusb program&quot;<br />at <!-- m --><a class="postlink" href="http://matrixstorm.com/avr/tinyusbboard/#examples">http://matrixstorm.com/avr/tinyusbboard/#examples</a><!-- m --><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=7385">matrixstorm</a> — Mon Dec 16, 2013 6:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nhamed]]></name></author>
		<updated>2013-12-16T10:03:42+02:00</updated>

		<published>2013-12-16T10:03:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26345#p26345</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26345#p26345"/>
		<title type="html"><![CDATA[Introduction for beginners!]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=8771&amp;p=26345#p26345"><![CDATA[
Hi guys,<br /><br />I am a beginner, is there any introduction for v-usb? all I see is professional instructions!<br />I have read wiki, comments in usbdrv.h, usbconfig.h and main.c in some example projects, but they seem complicated to me.<br />I don'n know, for example, which message or data transfer from device to PC or ...<br /><br />Also, it may be very simpler than what I think. Is it true?<br />Otherwise, is there a basic introduction explaining v-usb?<br /> <br />Thanks a lot<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20124">nhamed</a> — Mon Dec 16, 2013 10:03 am</p><hr />
]]></content>
	</entry>
	</feed>
