<?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>radio test example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49603/radio-test-example</link><description>I am trying to use the radio test example and I have CLI working through RTT. 
 What I haven&amp;#39;t figured out is how to use the items in radio_cmd.c. Am I missing something? Currently, there is no radio_cmd.h.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Jul 2019 08:55:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49603/radio-test-example" /><item><title>RE: radio test example</title><link>https://devzone.nordicsemi.com/thread/198084?ContentTypeID=1</link><pubDate>Fri, 12 Jul 2019 08:55:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1794d820-7028-49bd-9f9e-786ffd9421df</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Have you followed the steps in the&amp;nbsp;infocenter about the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.3.0%2Fnrf_radio_test_example.html&amp;amp;cp=5_1_4_6_29"&gt;Radio Test Example&lt;/a&gt;&lt;span&gt;? Try using PuTTy, and use the setting provided in the link.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Simon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: radio test example</title><link>https://devzone.nordicsemi.com/thread/197924?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2019 16:31:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea08f42d-b08d-4bf4-9a88-ba00bf64dfe6</guid><dc:creator>msompel</dc:creator><description>&lt;p&gt;It doesn&amp;#39;t seem to work. I type &lt;em&gt;print_rx&lt;/em&gt;&amp;nbsp;in and nothing happens. The terminal will take 15 characters, then starts rejecting them. The enter key doesn&amp;#39;t work, and nothing is displayed on the screen other than a test message that I created, and the characters that I am entering. No menus or splash screens are displayed, if that&amp;#39;s supposed to occur.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: radio test example</title><link>https://devzone.nordicsemi.com/thread/197884?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2019 13:55:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c77372a-583b-4e91-9a5c-c1cf1108e3c9</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;The interface to the functions inside radio_cmd.c is created through the macro &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v14.0.0%2Fgroup__nrf__cli.html&amp;amp;anchor=gaee916d2720d445cd6a23e3ab30d13fe0"&gt;NRF_CLI_CMD_REGISTER&lt;/a&gt;. E.g. in order to call the function&amp;nbsp;&lt;em&gt;cmd_print_payload()&lt;/em&gt;, you type &lt;em&gt;&amp;quot;print_rx&amp;quot;&amp;nbsp;&lt;/em&gt;into the terminal emulator. &lt;pre class="ui-code" data-mode="c_cpp"&gt;NRF_CLI_CMD_REGISTER(print_rx, NULL, &amp;quot;Print received payload&amp;quot;, cmd_print_payload);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>