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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-11-04T12:14:11+02:00</updated>

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

		<entry>
		<author><name><![CDATA[johnnyblame]]></name></author>
		<updated>2009-11-04T12:14:11+02:00</updated>

		<published>2009-11-04T12:14:11+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=583&amp;p=11780#p11780</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=583&amp;p=11780#p11780"/>
		<title type="html"><![CDATA[Re: Help: usbFunctionWrite isn't called]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=583&amp;p=11780#p11780"><![CDATA[
Hi<br />I am trying to use V-Usb to control a display To send text to the display I thought I would use control messages, using usbFunctionWrite() to get the string data.<br />I have got the communication up and running: there are valid calls to usbFunctionSetup(), but usbFunctionWrite() is never called. Thus I never get any data.<br />I need some help to decode that!<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=3055">johnnyblame</a> — Wed Nov 04, 2009 12:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-11-01T11:01:32+02:00</updated>

		<published>2009-11-01T11:01:32+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=583&amp;p=11724#p11724</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=583&amp;p=11724#p11724"/>
		<title type="html"><![CDATA[Re: Help: usbFunctionWrite isn't called]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=583&amp;p=11724#p11724"><![CDATA[
Make sure that you do a &quot;make clean&quot; after changing USB_CFG_IMPLEMENT_FN_WRITE in usbconfig.h. The makefile does not contain dependencies on this file, as far as I remember. Or delete all object files manually to ensure that everything is re-compiled.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Nov 01, 2009 11:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ionte]]></name></author>
		<updated>2009-10-24T00:48:57+02:00</updated>

		<published>2009-10-24T00:48:57+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=583&amp;p=11535#p11535</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=583&amp;p=11535#p11535"/>
		<title type="html"><![CDATA[Re: Help: usbFunctionWrite isn't called]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=583&amp;p=11535#p11535"><![CDATA[
I have the exact same problem. Do you remember what your problem in the host program was?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2974">ionte</a> — Sat Oct 24, 2009 12:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iphi]]></name></author>
		<updated>2007-07-15T13:54:26+02:00</updated>

		<published>2007-07-15T13:54:26+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=583&amp;p=1700#p1700</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=583&amp;p=1700#p1700"/>
		<title type="html"><![CDATA[Help: usbFunctionWrite isn't called]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=583&amp;p=1700#p1700"><![CDATA[
Problem solved! It was a problem on my host program!<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=292">iphi</a> — Sun Jul 15, 2007 1:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iphi]]></name></author>
		<updated>2007-07-14T22:48:03+02:00</updated>

		<published>2007-07-14T22:48:03+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=583&amp;p=1696#p1696</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=583&amp;p=1696#p1696"/>
		<title type="html"><![CDATA[Help: usbFunctionWrite isn't called]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=583&amp;p=1696#p1696"><![CDATA[
I have problems implementing usbFunctionWrite.<br /><br />Here is what I did:<br /><br />-implemented usbFunctionWrite in main.c<br />-in usbFunctionSetup: return 0xff<br />-in usbconfig.h: #define USB_CFG_IMPLEMENT_FN_WRITE      1<br /><br />But nevertheless usbFunctionWrite is never reached regardless of the control messages I send.<br /><br />Have I missed something?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=292">iphi</a> — Sat Jul 14, 2007 10:48 pm</p><hr />
]]></content>
	</entry>
	</feed>
