<?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>[nRF51822] How iOS7 apps can transmit/receive binray data?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/2438/nrf51822-how-ios7-apps-can-transmit-receive-binray-data</link><description>Hi
In ble uart project, the data is used string format. Now, we want to modify uart apps to tx/rx binary format. Could you tell us how to modify the uart apps? Thanks. 
 Jeffery</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 May 2014 14:01:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/2438/nrf51822-how-ios7-apps-can-transmit-receive-binray-data" /><item><title>RE: [nRF51822] How iOS7 apps can transmit/receive binray data?</title><link>https://devzone.nordicsemi.com/thread/9871?ContentTypeID=1</link><pubDate>Mon, 05 May 2014 14:01:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4914de70-329d-471a-a53e-df5fe3c07e9a</guid><dc:creator>kk</dc:creator><description>&lt;p&gt;HI,Jeffery&lt;/p&gt;
&lt;p&gt;Actually, there are no saying about what kind of data you send to/from app, because all data transmit in BLE are in form of byte. Which means: if you want to send a uint16_t data,  you actually just send 2 bytes to app. And the string is just the same.&lt;/p&gt;
&lt;p&gt;I suggest you to refer the app example &amp;quot;Sensor Tag&amp;quot; created by TI company, which sends data in form of byte, and then you can find the difference between those two example and find out where to modify your code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>