<?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>nRF52840 USB COM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33810/nrf52840-usb-com</link><description>Hi, 
 I have developed part of my code using UART, starting from the UART example in \examples\peripheral\uart , but before continuing I need to start doing things over USB. I have followed the instructions on the USBD_CDC_ACM example, found here ( USB</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Apr 2018 05:14:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33810/nrf52840-usb-com" /><item><title>RE: nRF52840 USB COM</title><link>https://devzone.nordicsemi.com/thread/130221?ContentTypeID=1</link><pubDate>Mon, 30 Apr 2018 05:14:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f67cbb1d-03c9-4e31-8be2-2ad5b5160399</guid><dc:creator>adragocelestica</dc:creator><description>&lt;p&gt;I have found what was wrong, basically I was not using the right handshake protocol in my terminal. Thank you very much for your help. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 USB COM</title><link>https://devzone.nordicsemi.com/thread/130040?ContentTypeID=1</link><pubDate>Thu, 26 Apr 2018 20:16:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9511fe20-d17d-434f-a6b3-1cd936b5074c</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I suggest to take a look at&amp;nbsp;\nRF5_SDK_15.0.0_a53641a\examples\peripheral\usbd_ble_uart&lt;/p&gt;
&lt;p&gt;This show how to send uart data over BLE, the counterpart is&amp;nbsp;\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 USB COM</title><link>https://devzone.nordicsemi.com/thread/129817?ContentTypeID=1</link><pubDate>Wed, 25 Apr 2018 14:43:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:024c9410-21c9-4cbe-98c1-f7a5fdffcc09</guid><dc:creator>adragocelestica</dc:creator><description>&lt;p&gt;The only thing that came to mind as to how to do it is to leave the while(true) loop in the main function as following:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;while(app_usbd_cdc_acm_read(&amp;amp;m_app_cdc_acm, m_rx_buffer, READ_SIZE) != NRF_SUCCESS);
while(app_usbd_cdc_acm_write(&amp;amp;m_app_cdc_acm, m_rx_buffer, READ_SIZE) != NRF_SUCCESS);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I expect that to work as an echo, but it is not working at all, so i must definitely be doing something wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>