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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-10-25T23:07:31+02:00</updated>

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

		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2009-10-25T23:07:31+02:00</updated>

		<published>2009-10-25T23:07:31+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11566#p11566</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11566#p11566"/>
		<title type="html"><![CDATA[Re: HID keyboard - receiving data from PC]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11566#p11566"><![CDATA[
You can either send custom requests on endpoint 0 if your device decodes them as such and if Windows allows you to open the device. Or you can send configuration descriptors through the HID mechanism.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Sun Oct 25, 2009 11:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Piotr Wilk]]></name></author>
		<updated>2009-10-21T18:23:33+02:00</updated>

		<published>2009-10-21T18:23:33+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11475#p11475</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11475#p11475"/>
		<title type="html"><![CDATA[Re: HID keyboard - receiving data from PC]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11475#p11475"><![CDATA[
Yes, it's the same.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2985">Piotr Wilk</a> — Wed Oct 21, 2009 6:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-10-21T16:44:48+02:00</updated>

		<published>2009-10-21T16:44:48+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11471#p11471</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11471#p11471"/>
		<title type="html"><![CDATA[Re: HID keyboard - receiving data from PC]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11471#p11471"><![CDATA[
Is the PC you connect the USB-Device the same as you will send the data?<p>Statistics: Posted by Guest — Wed Oct 21, 2009 4:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Piotr Wilk]]></name></author>
		<updated>2009-10-21T14:51:41+02:00</updated>

		<published>2009-10-21T14:51:41+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11469#p11469</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11469#p11469"/>
		<title type="html"><![CDATA[HID keyboard - receiving data from PC]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=3412&amp;p=11469#p11469"><![CDATA[
Hello. <br /><br />I'm trying build device which will be PC keyboard with several buttons. This part is easy, there is <br />example I can customize. I need to have possibility to send data to this device to.<br />My questions:<br /><br />1. Is there any way to send data to my device in 16B or 32B packets? Can I use :<br />uchar usbFunctionRead(uchar *data, uchar len) and uchar   usbFunctionWrite(uchar *data, uchar len)<br />functions ?<br /><br />2. I don't know how to build usbHidReportDescriptor for my case (if possible <img class="smilies" src="./../../../images/smilies/icon_smile.gif" alt=":)" title="Smile" />).<br /><br />Thanks, <br />Peter.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2985">Piotr Wilk</a> — Wed Oct 21, 2009 2:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
