<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hid+UART profile for Nordic-Dk board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9781/hid-uart-profile-for-nordic-dk-board</link><description>Dear Nordic Team, 
 I am using Nordic DK board, 
 Now i want integrate UART to hid-mouse application. So that whatever data i can receive , will send to HID device without affection HID profile. 
 Kindly let me know is it possible or not?. 
 So how</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 22 Nov 2015 08:24:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9781/hid-uart-profile-for-nordic-dk-board" /><item><title>RE: Hid+UART profile for Nordic-Dk board</title><link>https://devzone.nordicsemi.com/thread/36217?ContentTypeID=1</link><pubDate>Sun, 22 Nov 2015 08:24:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e66d1c9-cc90-403f-95fe-af0853e503c9</guid><dc:creator>Fab1223</dc:creator><description>&lt;p&gt;Sorry for late reply.
Yes that i tested in android , which works fine, but what i want is absolute mouse, means i can move the cursor directly to the actual position. So i want to know how to do this in android.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hid+UART profile for Nordic-Dk board</title><link>https://devzone.nordicsemi.com/thread/36216?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 08:27:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:815339c7-efa2-4c20-8052-cd60b900ef16</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Fab : Yes you can simply try to move the mouse around (with some delay) , or can try to do a click.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hid+UART profile for Nordic-Dk board</title><link>https://devzone.nordicsemi.com/thread/36214?ContentTypeID=1</link><pubDate>Fri, 30 Oct 2015 14:10:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ced91c8-ac99-448c-a6a0-554984d5023a</guid><dc:creator>Fab1223</dc:creator><description>&lt;p&gt;OK In Windows 8 , how to test it?.&lt;/p&gt;
&lt;p&gt;If i test like this , its ok right.&lt;/p&gt;
&lt;p&gt;mouse_movement_send(1,1024);
mouse_click_send(1,0,0);
mouse_click_send(0,0,0);&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hid+UART profile for Nordic-Dk board</title><link>https://devzone.nordicsemi.com/thread/36215?ContentTypeID=1</link><pubDate>Fri, 30 Oct 2015 10:00:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbddfa1d-4d69-4a83-834d-4740987267d4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Fab,&lt;/p&gt;
&lt;p&gt;I afraid there is no solution for now at least as far as I know. From my understanding Android does not support it. You can test on a Windows 8 machine and it should work.
Someone may have found a solution, have you tried to ask in other place ? Stackoverflow for example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hid+UART profile for Nordic-Dk board</title><link>https://devzone.nordicsemi.com/thread/36213?ContentTypeID=1</link><pubDate>Thu, 29 Oct 2015 14:22:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c61b2a7d-cdc7-4436-b4c2-8db8e7170424</guid><dc:creator>Fab1223</dc:creator><description>&lt;p&gt;Its not working in android, could you please what need to do to make it work for android.
What is X and Y coa ordinate i need to send?.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hid+UART profile for Nordic-Dk board</title><link>https://devzone.nordicsemi.com/thread/36212?ContentTypeID=1</link><pubDate>Tue, 20 Oct 2015 12:46:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:73c9283a-fb01-4a30-8410-056c56686fc4</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Punith,
You can try to change the USB HID report, at the Input record for Mouse motion, change from 0x81, 0x06 to 0x81, 0x02 to change from relative to absolute value.
But I am not very sure it would work on Android device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Hid+UART profile for Nordic-Dk board</title><link>https://devzone.nordicsemi.com/thread/36211?ContentTypeID=1</link><pubDate>Mon, 19 Oct 2015 07:48:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f56b8cf2-04a5-45a3-bedc-abfb29e93b87</guid><dc:creator>Fab1223</dc:creator><description>&lt;p&gt;I did integration of UART to HID now.&lt;/p&gt;
&lt;p&gt;So whenever i enter character A,B,C, and D in UART , the cursor is moving up,down,left and right respectively in android phone.&lt;/p&gt;
&lt;p&gt;Now i want to send absolute data from device to phone whenever i enter some character in UART.&lt;/p&gt;
&lt;p&gt;Could you please tell , how to send absolute value in the example code?.&lt;/p&gt;
&lt;p&gt;means how can i make mouse example code as as absolute mouse?.&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>