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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2007-08-02T14:20:12+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-08-02T14:20:12+02:00</updated>

		<published>2007-08-02T14:20:12+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1897#p1897</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1897#p1897"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1897#p1897"><![CDATA[
No problem to mail you libhid.a, but I need your email address. Can you please get in contact with us through the support web form?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Thu Aug 02, 2007 2:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-08-02T01:44:05+02:00</updated>

		<published>2007-08-02T01:44:05+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1885#p1885</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1885#p1885"/>
		<title type="html"><![CDATA[Same problem]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1885#p1885"><![CDATA[
I have exactly the same problem as Rich. D you mind email me your libhid.a please.?<br /><br /><br />thank you<p>Statistics: Posted by Guest — Thu Aug 02, 2007 1:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-03-26T20:54:36+02:00</updated>

		<published>2007-03-26T20:54:36+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1078#p1078</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1078#p1078"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1078#p1078"><![CDATA[
yeah i see what you mean. i'll have it working quite nicely with hyper terminal one minute and then the terminal crashes. noteably its always the 4th time i go to send a text file it always seems to crash on the open file dialog box. however putting the baud rate down to 110 appears to give consistent behaviour...not ideal really.<p>Statistics: Posted by Guest — Mon Mar 26, 2007 8:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-03-23T19:36:47+02:00</updated>

		<published>2007-03-23T19:36:47+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1064#p1064</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1064#p1064"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1064#p1064"><![CDATA[
AVR-CDC is a bit problematic because it goes somewhat beyond the USB specification. If you look at Osamu's documentation, you'll see that the device does not work with all PCs and operating systems.<br /><br />I had good experiences with my hardware (an Apple iBook, a PC notebook running Windows XP and an Apple iBook running Linux), although I never implemented Osamu's original project. I used CDC in AVR-Doper, our AVR programmer. Others get consistent failures, sometimes after transferring several kB without error.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Fri Mar 23, 2007 7:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-03-23T18:51:03+02:00</updated>

		<published>2007-03-23T18:51:03+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1063#p1063</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1063#p1063"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1063#p1063"><![CDATA[
adding the two zener's did the job, havnt had any enumeration problems since and the automator appears to work on all computers.<br /><br />i've just been having a go with the AVR-CDC - a USB to Serial Converter, the device attaches to pc's fine but the instructions on the terminal seem a bit strange. i've got some LED's hooked up to port C of the circuit and am jus try to get them lit using a command such as:<br /><br />FF PORTC = (as specified by the readme + website)<br /><br />my understanding is that this should set portC high and my LED's should light.<br /><br />Im using Docklight V1.6 as my terminal. Initially i could only get the &quot;!&quot; character out of it which upon inspecting the code was a good sign as its the error character. now as the error code was being returned i wasnt surprised that the LED's didnt appear to be working.<br /><br />i tried flipping the command strings in the terminal (= CTROP FF). i now get a return off of every command, however the data at an address always takes the value 08 or 00??? even after setting it to something else which appears to work correctly an give the correct error code. <br /><br />does this project work properly? i cant see in the code where the later following PORT is checked and used? can you suggest a better terminal to use on windows? and any hints for making this project work? i cant see any good reason why it shouldnt be straight forward to implement.<br /><br />regards<br /><br />Rich<p>Statistics: Posted by Guest — Fri Mar 23, 2007 6:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-03-21T12:01:26+02:00</updated>

		<published>2007-03-21T12:01:26+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1051#p1051</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1051#p1051"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1051#p1051"><![CDATA[
Issue 2 is independent of the PC. The effect is that you store a sequence, everything works well and you leave the site. After two weeks you get a call that it stopped working. When you look at the contents of the EEPROM, parts of it have been overwritten with simple patterns.<br /><br />This problem occurs with the supplied code. We have not yet identified the real cause, whether it's a hardware problem (brownout?) or whether it can be worked around in firmware (e.g. by parameter validation).<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Mar 21, 2007 12:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-03-20T23:25:09+02:00</updated>

		<published>2007-03-20T23:25:09+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1048#p1048</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1048#p1048"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1048#p1048"><![CDATA[
ah right, will try attaching the zener diodes first. <br /><br />with respect to issue 2:<br /><br />would this stop the device from operating on all pc's? it currently works on one that we know of but not on others.<br /><br />as we are using the supplied automator code could false USB packets occur?<br /><br />regards<br /><br />Rich<p>Statistics: Posted by Guest — Tue Mar 20, 2007 11:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-03-20T19:39:23+02:00</updated>

		<published>2007-03-20T19:39:23+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1045#p1045</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1045#p1045"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1045#p1045"><![CDATA[
There are two issues with Automator:<ol style="list-style-type: decimal"><li>The first version of the circuit did not have zener diodes on USB D+ and D-. On some PCs and hubs, this exceeds the common mode range of the input driver. Simply add 3.6 V zener diodes at D+ and D-, directly at the connector pins.</li><li>The firmware is not transient-safe. If a transient triggers a false USB packet, little checking is done and the EEPROM may be overwritten. More status checking is required in usbFunctionWrite().</li></ol><br /><br />It is also true that PCs store all devices which have been connected so far. Devices are identified by VID/PID pair. They can be removed in the Device Manager.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Tue Mar 20, 2007 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2007-03-20T18:13:32+02:00</updated>

		<published>2007-03-20T18:13:32+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1044#p1044</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1044#p1044"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1044#p1044"><![CDATA[
Hi,<br /><br />gave up on using Visual Studio's a while ago. We're encountering major problems with the automator. initially we had the device working to the extent we could write code to the eeprom and retrieve it. which is essentially what we are after for our application. no it randomly stopped working after a couple of weeks. we had swapped out all of the components in the circuit and had pretty much given up hope on it working again when it started working again a couple of nights ago. When in a lab earlier on it then stopped working again. We tested it on a couple of machines. However when returning home and plugging the device into another laptop it appeared to be working again. Is there any reason why the automator should enumerate on certain machines but not any others? and if so a way around it? we are basically getting the unrecognised usb device error when plugging the device in (what i mean by not working)<br /><br />does the pc store a memory of previous devices maybe and could this be causing conflicts? if so can these be deleted?<br /><br />regards<br /><br />Rich<p>Statistics: Posted by Guest — Tue Mar 20, 2007 6:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2007-03-07T13:50:46+02:00</updated>

		<published>2007-03-07T13:50:46+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=258&amp;p=1001#p1001</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1001#p1001"/>
		<title type="html"><![CDATA[Getting started with AVR-USB]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=258&amp;p=1001#p1001"><![CDATA[
I have never tried MS Visual Studio myself, so I can't comment...<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Mar 07, 2007 1:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
