<?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>Sending data in RS232 protocol to a Pic microcontroller</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14204/sending-data-in-rs232-protocol-to-a-pic-microcontroller</link><description>Hi all! I want to send data from a beacon (nrf51822) to a Pic microcontroller with the RS232 standard, what function should I use to send data? I have already tried but it seems not to work..</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 31 May 2016 13:53:10 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14204/sending-data-in-rs232-protocol-to-a-pic-microcontroller" /><item><title>RE: Sending data in RS232 protocol to a Pic microcontroller</title><link>https://devzone.nordicsemi.com/thread/54267?ContentTypeID=1</link><pubDate>Tue, 31 May 2016 13:53:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa4cc9d0-35f7-435c-aa99-142f81a2460a</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;If you are simply trying to send data between two microcontrollers (via wires) you should look at UART. UART and RS232 is often mistakenly assumed to be the same thing. Read about the difference &lt;a href="http://electronics.stackexchange.com/questions/110478/difference-between-uart-and-rs232"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We have &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/uart_example.html?cp=5_0_0_4_5_33"&gt;UART examples&lt;/a&gt; in our &lt;a href="http://developer.nordicsemi.com/"&gt;SDK&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you want to emulate a UART bridge over Bluetooth you can look at our &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v11.0.0/ble_sdk_app_nus_eval.html?cp=5_0_0_4_2_2_18"&gt;BLE UART example&lt;/a&gt;, also found in the SDK. There is also an &lt;a href="https://play.google.com/store/apps/details?id=no.nordicsemi.android.nrftoolbox&amp;amp;hl=no"&gt;Android&lt;/a&gt; and &lt;a href="https://itunes.apple.com/us/app/nrf-toolbox/id820906058?mt=8"&gt;iPhone&lt;/a&gt; app you can use with the BLE UART example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>