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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-10-08T19:18:40+02:00</updated>

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

		<entry>
		<author><name><![CDATA[david.harrison]]></name></author>
		<updated>2007-10-08T19:18:40+02:00</updated>

		<published>2007-10-08T19:18:40+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=820&amp;p=2638#p2638</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=820&amp;p=2638#p2638"/>
		<title type="html"><![CDATA[Bulk endpoints for mass data transfers?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=820&amp;p=2638#p2638"><![CDATA[
I am using AVR-USB to transfer up to 4MBytes of data over Control Message requests using a Control Message payload size of 128 bytes.  The data is written to an external FLASH chip using AVR's SPI interface. The external flash memory's page size is 256 bytes, just a little over the max 254 bytes payload size for AVR-USB. That is why I use 128 bytes at a time.<br /><br />While this works, it is abyssmally slow.  I am also using libusb-win32 and/or LibUsbDotNet on Windows XP Professional.<br /><br />I realize that Bulk Endpoints are not officially supported in USB 1.1, but Christian seems to indicate that most PCs allow it anyway.<br /><br />Does anyone have any C code for the AVR end and C# code for the Windows end to implement bulk endpoint transfers?<br /><br />Thanks  <img class="smilies" src="./../../../images/smilies/icon_razz.gif" alt=":P" title="Razz" /><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=493">david.harrison</a> — Mon Oct 08, 2007 7:18 pm</p><hr />
]]></content>
	</entry>
	</feed>
