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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2006-12-25T18:05:31+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2006-12-25T17:51:01+02:00</updated>

		<published>2006-12-25T17:51:01+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=151&amp;p=491#p491</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=151&amp;p=491#p491"/>
		<title type="html"><![CDATA[Suggestion for a project.]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=151&amp;p=491#p491"><![CDATA[
I think this is the best way to implement data streams on top of HID. I've done this in AVR-Doper. The first byte is the number of bytes available and the rest of the report is the payload.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Dec 25, 2006 5:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[os]]></name></author>
		<updated>2006-12-25T18:05:31+02:00 </updated>

		<published>2006-12-25T00:56:20+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=151&amp;p=487#p487</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=151&amp;p=487#p487"/>
		<title type="html"><![CDATA[Suggestion for a project.]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=151&amp;p=487#p487"><![CDATA[
<blockquote><div><cite>christian wrote:</cite>HID to serial converter might be handy for some projects.</div></blockquote><br />I am not sure if it is possible to implement this in generic way. Porting Atmel AES bootloader to HID, I realized that I have to send exact number of bytes according to HID Report descriptor. So it was required to use a couple of reports which have different number of bytes in them and use bigger report than necessary in some cases.<br /><br />Maybe other ways are possible but I am not sure if are there any...<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=67">os</a> — Mon Dec 25, 2006 12:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2006-12-18T12:07:44+02:00</updated>

		<published>2006-12-18T12:07:44+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=151&amp;p=442#p442</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=151&amp;p=442#p442"/>
		<title type="html"><![CDATA[Suggestion for a project.]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=151&amp;p=442#p442"><![CDATA[
As Sarge pointed out, one of the FT232 chips is probably the best solution for this. However, if you want a solution with DIL chips (not SMD) and still small, you may want to look at Osamu Tamura's avrcdc: <!-- m --><a class="postlink" href="http://www.recursion.jp/avrcdc/">http://www.recursion.jp/avrcdc/</a><!-- m -->.<br /><br />Implementing CDC based on AVR-USB is a bit demanding and I admit that a HID to serial converter might be handy for some projects.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Mon Dec 18, 2006 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2006-12-18T01:40:20+02:00</updated>

		<published>2006-12-18T01:40:20+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=151&amp;p=431#p431</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=151&amp;p=431#p431"/>
		<title type="html"><![CDATA[Suggestion for a project.]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=151&amp;p=431#p431"><![CDATA[
There're a lot of special USB to something converters available:<br />1. PL2303 from Prolific is USB to RS232 converter (they also provide USB to parallel port converter)<br />2. FT232 (USB to RS232), FT2232 (two USB to RS232), FT245 from FTDICHIP<br />3. AT91SAM7S family = ARM7 core + bult-in USB slave at low cost<p>Statistics: Posted by Guest — Mon Dec 18, 2006 1:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2006-12-17T01:42:41+02:00</updated>

		<published>2006-12-17T01:42:41+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=151&amp;p=425#p425</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=151&amp;p=425#p425"/>
		<title type="html"><![CDATA[Suggestion for a project.]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=151&amp;p=425#p425"><![CDATA[
I've looked at the current and ongoing projects, but I see one need that is sadly missing. A project which will allow the occasional project buiilder to readily interface any AVR project to USB without a lot of added programs to learn, languages to understand, etc.  What I would like to see is a simple 1 chip solution, which would act as a standalone interface between another AVR project and the USB port. It would need least one pair of Tx/Rx serial ports with easily adjustable port settings, maybe some pins for optional handshake and some means to select a choice of common HID descriptors. Keyboard, mouse, serial port, mass storage, etc. I hope someone can accept doing a project like this for those of us who need a dirt simple solution for interfacing their project to USB.<p>Statistics: Posted by Guest — Sun Dec 17, 2006 1:42 am</p><hr />
]]></content>
	</entry>
	</feed>
