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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2015-08-06T07:11:05+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Elmi77]]></name></author>
		<updated>2015-08-06T07:11:05+02:00</updated>

		<published>2015-08-06T07:11:05+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9964&amp;p=30076#p30076</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9964&amp;p=30076#p30076"/>
		<title type="html"><![CDATA[USB Device not recognised]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9964&amp;p=30076#p30076"><![CDATA[
Hi,<br /><br />I have a small ATTiny-device that uses a hid-data-based software implementation and works smoothly.<br /><br />Now I created a second software variant based on this first one, but when connecting this device, it is not recognised (Linux gives me a bunch of error messages &quot;could not enumerate it&quot;, Windows disables it with error code 43). The hardware and the software is the same except the following:<br /><br />- vendor name in usbconfig.h has 15 characters instead of 7<br />- device name in usbconfig.h has 17 characters instead of 9<br />- REPORT_COUNT of usbHidReportDescriptor is 5 instead of 48<br />- timer interrupt ISR(TIMER0_COMPA_vect) is used<br /><br />And of course contents of usbFunctionRead()/usbFunctionWrite()-USB functions are different due to different functionality, but they are not used when device is connected.<br /><br />So: any idea if one of these changes could cause the problems? Any of the changed values out of range or something like that?<br /><br />Thanks!<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=19948">Elmi77</a> — Thu Aug 06, 2015 7:11 am</p><hr />
]]></content>
	</entry>
	</feed>
