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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2012-02-16T23:40:39+02:00</updated>

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

		<entry>
		<author><name><![CDATA[avion23]]></name></author>
		<updated>2012-02-16T23:39:11+02:00</updated>

		<published>2012-02-16T23:39:11+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6448&amp;p=20966#p20966</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6448&amp;p=20966#p20966"/>
		<title type="html"><![CDATA[Re: cdc232 doesn't work]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6448&amp;p=20966#p20966"><![CDATA[
Well... 3 days of my time are gone now. I think it should be mentioned somewhere that cdc with vusb doesn't work since kernel 2.6.24. I'm editing my first post to reflect this.<br /><br />I found this information here:<br /><!-- l --><a class="postlink-local" href="http://forums.obdev.at/viewtopic.php?t=1030">viewtopic.php?t=1030</a><!-- l --><br /><br />I'll look if there is any way to fix it. Until now i don't see any.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6384">avion23</a> — Thu Feb 16, 2012 11:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avion23]]></name></author>
		<updated>2012-02-16T23:40:39+02:00 </updated>

		<published>2012-02-14T18:56:05+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=6448&amp;p=20958#p20958</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=6448&amp;p=20958#p20958"/>
		<title type="html"><![CDATA[cdc232 doesn't work]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=6448&amp;p=20958#p20958"><![CDATA[
<strong class="text-strong"><span style="color: #FF0000">EDIT: CDC DOES NOT WORK WITH KERNEL &gt; 2.6.23.</span></strong><br /><br />Hello,<br />i can't get cdc232 to work. The problem is that i can't send or receive any data.<br /><br />I'm using cdc232.2011-06-24 with an atmega168pa. The hardware is working. I can send data over the UART with another library. V-USB is also working because i'm transfering data over the USBaspLoader. The HID-Data example also works.<br />Changes i made to the software:<br />- CPU changed to atmega168p<br />- &quot;PROGMEM&quot; changed to &quot;PROGMEM const&quot; to work with gcc-4.6*<br />- changed USB_CFG_DMINUS_BIT from 3 to 4 for my hardware<br /><br />kernel 3.2.2-gentoo messages are as follows:<br /><div class="codebox"><p>Code: </p><pre><code>Feb 11 22:17:26 hp kernel: &#91;41519.746802&#93; usb 2-1.1: new low-speed USB device number 88 using ehci_hcd<br />Feb 11 22:17:26 hp kernel: &#91;41519.838319&#93; usb 2-1.1: config 1 interface 1 altsetting 0 endpoint 0x1 is Bulk; changing to Interrupt<br />Feb 11 22:17:26 hp kernel: &#91;41519.838324&#93; usb 2-1.1: config 1 interface 1 altsetting 0 endpoint 0x81 is Bulk; changing to Interrupt<br />Feb 11 22:17:26 hp kernel: &#91;41519.841926&#93; usb 2-1.1: New USB device found, idVendor=16c0, idProduct=05e1<br />Feb 11 22:17:26 hp kernel: &#91;41519.841929&#93; usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0<br />Feb 11 22:17:26 hp kernel: &#91;41519.841931&#93; usb 2-1.1: Product: USB-232<br />Feb 11 22:17:26 hp kernel: &#91;41519.841933&#93; usb 2-1.1: Manufacturer: www.recursion.jp<br />Feb 11 22:17:26 hp kernel: &#91;41519.842473&#93; cdc_acm 2-1.1:1.0: ttyACM0: USB ACM device<br /></code></pre></div><br />I'm connecting a trusty old pl2303 to the UART to check for incoming data. I've tried 9600 baud and 2400 baud, but there is no change in voltage level.<br /><br />Can anyone give me a hint how to debug this? <br />My final goal is to implement some kind of usb-uart to output clear-text messages to the host. So i dont't really need the UART interface. I've already tried to delete all uart-connected code but the software does rely heavily on it.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=6384">avion23</a> — Tue Feb 14, 2012 6:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
