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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2014-06-03T20:45:50+02:00</updated>

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

		<entry>
		<author><name><![CDATA[ulao]]></name></author>
		<updated>2014-06-03T20:45:50+02:00</updated>

		<published>2014-06-03T20:45:50+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9000&amp;p=27001#p27001</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9000&amp;p=27001#p27001"/>
		<title type="html"><![CDATA[Re: How to create an out interrupt endpoint?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9000&amp;p=27001#p27001"><![CDATA[
look  at the hid-data example. <br /><br /><blockquote class="uncited"><div>hid-data<br />  This example demonstrates how the HID class can be misused to transfer<br />  arbitrary data over HID feature reports. This technique is of great value<br />  on Windows because no driver DLLs are needed (the hid-custom-rq example<br />  still requires the libusb-win32 DLL, although it may be in the program's<br />  directory). The host side application requires no installation, it can<br />  even be started directly from a CD. This example also demonstrates how<br />  to transfer data using usbFunctionWrite() and usbFunctionRead().</div></blockquote><p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=1281">ulao</a> — Tue Jun 03, 2014 8:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[soysanti]]></name></author>
		<updated>2014-05-20T12:26:24+02:00</updated>

		<published>2014-05-20T12:26:24+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=9000&amp;p=26962#p26962</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=9000&amp;p=26962#p26962"/>
		<title type="html"><![CDATA[How to create an out interrupt endpoint?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=9000&amp;p=26962#p26962"><![CDATA[
Hello!<br />I have read the documentation but I was unable to find how to create an output interrupt endpoint. All I found was that when I enable  the macro USB_CFG_IMPLEMENT_FN_WRITEOUT, the function usbFunctionWriteOut is called. The problem is what endpoint number I use in the host call libusb_interrupt_transfer(), since when I want to write it would expect an output endpoint.<br /><br />Thank you very much!<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=20349">soysanti</a> — Tue May 20, 2014 12:26 pm</p><hr />
]]></content>
	</entry>
	</feed>
