<?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>During uart communication, a delay of about 10us occurs between characters.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73496/during-uart-communication-a-delay-of-about-10us-occurs-between-characters</link><description>Hello. I am writing a program using an example called ble_app_uart. While using the printf function, the output is output with a delay of 10us between characters and characters. 
 
 Can&amp;#39;t you get rid of this delay? 
 Additionally, I gave a baud rate of</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 06 Apr 2021 14:36:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73496/during-uart-communication-a-delay-of-about-10us-occurs-between-characters" /><item><title>RE: During uart communication, a delay of about 10us occurs between characters.</title><link>https://devzone.nordicsemi.com/thread/303229?ContentTypeID=1</link><pubDate>Tue, 06 Apr 2021 14:36:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e13b6ae9-e249-4218-b22c-1148b5051684</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]No results for about 4 days.[/quote]
&lt;p&gt;Thank you for your patience with this. The national Easter holiday has just concluded here in Norway, and we are now back in office.&lt;/p&gt;
[quote user=""]While using the printf function, the output is output with a delay of 10us between characters and characters.[/quote]
&lt;p&gt;The retargeted &lt;em&gt;printf&amp;nbsp;&lt;/em&gt;is just calling app_uart_put which uses a FIFO buffer to do bytewise transfers, this might be why you are seeing one-and-one byte being transferred.&lt;br /&gt;Could you try to use the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.2%2Fgroup__nrfx__uart.html&amp;amp;anchor=ga96d8dfc8c56ebb4c8954ce45ecdc5c5c"&gt;nrfx_uart_tx&lt;/a&gt;&amp;nbsp;function directly, with an array larger than 1, and see if you then get rid of the 10us delay.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>