<?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>nus app to send uint8_t</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12120/nus-app-to-send-uint8_t</link><description>Hello, 
 As far as I can tell, the NUS app sends a signed char of value -127 to 127 in decimal. Is there a way to use the stock UART application to send an unsigned byte of value 0 to 255? In other words, can I send a string such as : {0xDE, 0x02, 0XF5</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 25 Feb 2016 13:39:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12120/nus-app-to-send-uint8_t" /><item><title>RE: nus app to send uint8_t</title><link>https://devzone.nordicsemi.com/thread/45858?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2016 13:39:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc3d563e-dd37-4e8c-b4b6-098484ffe8e2</guid><dc:creator>seanbites</dc:creator><description>&lt;p&gt;Ok thanks, I&amp;#39;ll check that out :)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nus app to send uint8_t</title><link>https://devzone.nordicsemi.com/thread/45857?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2016 13:38:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e1816cb2-3b3d-488e-9c77-ea3c8b97fb42</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;The mobile application may only let you type in ascii characters, but the NUS service can send any byte from 0x00-0xff. You just write the byte, it sends it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nus app to send uint8_t</title><link>https://devzone.nordicsemi.com/thread/45856?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2016 13:36:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2033bb15-9655-4620-ba73-f1b8592d248d</guid><dc:creator>seanbites</dc:creator><description>&lt;p&gt;To clarify: I&amp;#39;m trying to send {0xDE, 0x02, 0XF5, ...}  from the mobile application to a peripheral device. The mobile application can only send ascii characters, so the range of values that can be sent is very limited. Is there a way to send values from the mobile application that are not ascii (say between 0x00 and 0x30)?  Hopefully without having to modify the mobile application. Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nus app to send uint8_t</title><link>https://devzone.nordicsemi.com/thread/45855?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2016 00:04:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74ec17fc-b319-4fd4-86e7-8b2fa9356424</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;They&amp;#39;re just bits, you can interpret them any way you like, just cast the uint to whatever&amp;#39;s needed by the NUS service and send it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>