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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-09-03T05:36:36+02:00</updated>

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

		<entry>
		<author><name><![CDATA[spiky]]></name></author>
		<updated>2009-09-03T05:36:36+02:00</updated>

		<published>2009-09-03T05:36:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10814#p10814</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10814#p10814"/>
		<title type="html"><![CDATA[Re: VUSB bidirectional implementations]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10814#p10814"><![CDATA[
thats right . you have to use large buffers for a serial COM  - USB converter. Or you can reduce the speed of the serial COM to much less than half of the maximum data transfer speed USB offers and manage with a small bufer. <br /><br />1. thats right.<br /><br />2. There are so many fantastic projects made using V-USB here. <!-- m --><a class="postlink" href="http://www.obdev.at/products/vusb/projects.html">http://www.obdev.at/products/vusb/projects.html</a><!-- m --> .<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2578">spiky</a> — Thu Sep 03, 2009 5:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-09-03T01:28:10+02:00</updated>

		<published>2009-09-03T01:28:10+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10812#p10812</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10812#p10812"/>
		<title type="html"><![CDATA[Re: VUSB bidirectional implementations]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10812#p10812"><![CDATA[
Ah .. so all USB communication is half duplex!<br /><br />This means that if I were to create a TTL serial &lt;-&gt; USB convertor, for example, and had the serial port been full duplex, I would have to have large buffers on the serial port side to buffer in/out data until it got sent through the USB port?<br /><br />1. Does that mean a TTL serial &lt;-&gt; USB convertor is never a true convertor? In other words a full duplex serial port after a TTL serial &lt;-&gt; USB conversion becomes a &quot;virtual half duplex&quot; serial port (if I wre to emulate a serial port on the USB side)?<br /><br />2. What are good half duplex projects using VUSB?<p>Statistics: Posted by Guest — Thu Sep 03, 2009 1:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spiky]]></name></author>
		<updated>2009-08-30T13:04:01+02:00</updated>

		<published>2009-08-30T13:04:01+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10740#p10740</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10740#p10740"/>
		<title type="html"><![CDATA[Re: VUSB bidirectional implementations]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10740#p10740"><![CDATA[
USB 2.0 spec itself doesnt support full duplex communication for that matter. No USB device ( yes , even a hi speed one )  as of today supports full duplex communication.<br /><br />USB 3.0 i think will support full duplex communication at super speed ( 5 Gbps ) .Something impossible and unnecessary on an 8bit controller.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2578">spiky</a> — Sun Aug 30, 2009 1:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-08-30T12:03:31+02:00</updated>

		<published>2009-08-30T12:03:31+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10739#p10739</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10739#p10739"/>
		<title type="html"><![CDATA[VUSB bidirectional implementations]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3183&amp;p=10739#p10739"><![CDATA[
Does VUSB have bidirectional implementations available (as in working in real life)?<br /><br />I know the firmware supports bidirectional communication (or am I mistaken?), but I want to see a complete project that uses that.<br /><br />Would it be a full duplex operation (maybe that would be taking it too far?)<br /><br />I do have a question - if USBasp does not have bidirectional communication, how does it verify programming?<p>Statistics: Posted by Guest — Sun Aug 30, 2009 12:03 pm</p><hr />
]]></content>
	</entry>
	</feed>
