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

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

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-10-26T23:09:00+02:00</updated>

		<published>2009-10-26T23:09:00+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11590#p11590</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11590#p11590"/>
		<title type="html"><![CDATA[Re: v-usb only accept 8 bytes per packet?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11590#p11590"><![CDATA[
The low level USB packets are always maximum 8 bytes for low speed devices. Larger blocks are transferred in chunks of 8 bytes. V-USB handles this more or less transparently, it calls usbFunctionRead() and usbFunctionWrite() for blocks of 8 bytes.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Oct 26, 2009 11:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-10-23T19:14:34+02:00</updated>

		<published>2009-10-23T19:14:34+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11530#p11530</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11530#p11530"/>
		<title type="html"><![CDATA[Re: v-usb only accept 8 bytes per packet?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11530#p11530"><![CDATA[
Config your in and out endpoint to 8 bytes. bulk out endpoint will recive all 31 byte of command, but it take 4 transfer.<br />For more iformation this is my realization of bulk endpoints<br /><!-- m --><a class="postlink" href="http://depositfiles.com/files/00ar212ls">http://depositfiles.com/files/00ar212ls</a><!-- m --><p>Statistics: Posted by Guest — Fri Oct 23, 2009 7:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nhchmg]]></name></author>
		<updated>2009-10-08T18:53:25+02:00</updated>

		<published>2009-10-08T18:53:25+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11291#p11291</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11291#p11291"/>
		<title type="html"><![CDATA[Re: v-usb only accept 8 bytes per packet?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11291#p11291"><![CDATA[
default  USB_BUFFSIZE = 11, I set  USB_BUFFSIZE = 67,It' working<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2882">nhchmg</a> — Thu Oct 08, 2009 6:53 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nhchmg]]></name></author>
		<updated>2009-10-06T12:19:19+02:00</updated>

		<published>2009-10-06T12:19:19+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11236#p11236</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11236#p11236"/>
		<title type="html"><![CDATA[v-usb only accept 8 bytes per packet?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3345&amp;p=11236#p11236"><![CDATA[
I want to implements a mass storage device,but the bulk command is 31 bytes,what can I do?<br />  thanks advance.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2882">nhchmg</a> — Tue Oct 06, 2009 12:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
