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

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2017-03-12T20:05:42+02:00</updated>

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

		<entry>
		<author><name><![CDATA[ble___]]></name></author>
		<updated>2017-03-12T20:05:42+02:00</updated>

		<published>2017-03-12T20:05:42+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=10747&amp;p=32042#p32042</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=10747&amp;p=32042#p32042"/>
		<title type="html"><![CDATA[Re: How to parse data from sent by HID_SET_REPORT?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=10747&amp;p=32042#p32042"><![CDATA[
Can check my example:<br /><!-- m --><a class="postlink" href="http://ble.athost.net/pub/czujniki_wilgotnosci/firmware/main.c">http://ble.athost.net/pub/czujniki_wilg ... are/main.c</a><!-- m --><br />Hope link works... I'm not sure what u you want so maybe it's not helpful. Also try read documentation from v-usb (txt and some h files).<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=22451">ble___</a> — Sun Mar 12, 2017 8:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mucuraga]]></name></author>
		<updated>2017-03-01T22:32:37+02:00</updated>

		<published>2017-03-01T22:32:37+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=10747&amp;p=32006#p32006</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=10747&amp;p=32006#p32006"/>
		<title type="html"><![CDATA[How to parse data from sent by HID_SET_REPORT?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=10747&amp;p=32006#p32006"><![CDATA[
I am totally newbie about V-usb. May be my question is dump, sorry if it is.<br />My report is 25 bytes. For my project I must prepare the feature report according to what asked with USBRQ_HID_SET_REPORT. So I need to parse the data buffer sent by USBRQ_HID_SET_REPORT.<br /><br />How can I get data sent by USBRQ_HID_SET_REPORT? How to fill dots below? Or should I use something else? Thanks for helping.<br /><br />case USBRQ_HID_SET_REPORT: // if wLength == 1, should be LED state<br />    <br />{.......... }<br /><br />        return (rq-&gt;wLength.word == 1) ? USB_NO_MSG : 0;<br />        case USBRQ_HID_GET_IDLE: // send idle rate to PC as required by spec<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=22487">mucuraga</a> — Wed Mar 01, 2017 10:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
