<?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>the use of char function in the 51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1124/the-use-of-char-function-in-the-51822</link><description>Hi,
I want to read the data by the radio.now I have read the temperate data from the tags by 51822. the data include the ID value and the temperate value. the ID is hex ,I must transfer them to char and output them by UART. Now，I have a confusion is</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 13 Dec 2013 18:28:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1124/the-use-of-char-function-in-the-51822" /><item><title>RE: the use of char function in the 51822</title><link>https://devzone.nordicsemi.com/thread/5255?ContentTypeID=1</link><pubDate>Fri, 13 Dec 2013 18:28:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5eb2ef6a-55fa-40b4-81be-52ff9ba85191</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Linda&lt;/p&gt;
&lt;p&gt;The string functions should work fine, as long as you include string.h and stdio.h ( for sprintf() )&lt;/p&gt;
&lt;p&gt;What issues are you experiencing?&lt;/p&gt;
&lt;p&gt;printf/scanf will not work out of the box, but it is fairly straight forward to construct strings using sprintf and send the resulting data to the UART.&lt;/p&gt;
&lt;p&gt;Regards
Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>