<?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 CDC ACM baud rate question</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/46217/nrf52840-usb-cdc-acm-baud-rate-question</link><description>Hi. We are using the USB CDC example to send data to a windows PC over virtual comport. 
 First question is that in the sdk_config.h file NRFX_UART_DEFAULT_CONFIG_BAUDRATE = 30924800 which is 115200bps. However we are transmitting about 64,000 bytes in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Jan 2020 13:30:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/46217/nrf52840-usb-cdc-acm-baud-rate-question" /><item><title>RE: nRF52840 USB CDC ACM baud rate question</title><link>https://devzone.nordicsemi.com/thread/229625?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2020 13:30:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0aef0a09-6d3b-41f5-8310-59355b0327c0</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;CDC can be set at any baudrate, it does not matter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 USB CDC ACM baud rate question</title><link>https://devzone.nordicsemi.com/thread/229574?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2020 10:37:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f265c009-e73a-40d9-bfa1-c586fb5c419d</guid><dc:creator>juulee</dc:creator><description>&lt;p&gt;I have a question to you!&lt;/p&gt;
&lt;p&gt;I&amp;#39;m going to develop nRF52840 USB CDC, receiving data from BLE and send it to PC.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m planning to check data using terminals, for example tera term or putty.&lt;/p&gt;
&lt;p&gt;Terminals require baud rate, but in case of USB example, it doesn&amp;#39;t have &amp;quot;baud rate&amp;quot;.&lt;/p&gt;
&lt;p&gt;Do you know how to set baud rate in terminals? Is it ok to set whatever I want?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 USB CDC ACM baud rate question</title><link>https://devzone.nordicsemi.com/thread/182460?ContentTypeID=1</link><pubDate>Tue, 16 Apr 2019 17:20:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b55a87a-e133-43c0-b9b3-ff9d4fd2d5db</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I think you can use the UART flow control signal for that. &amp;nbsp;You can set CTS/RTS bit and in the CDC should receive it. &amp;nbsp;It&amp;#39;s in the USB standard CDC control line state.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 USB CDC ACM baud rate question</title><link>https://devzone.nordicsemi.com/thread/182448?ContentTypeID=1</link><pubDate>Tue, 16 Apr 2019 16:01:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c44d011e-4be2-4639-bc31-9bb256114e23</guid><dc:creator>Philip</dc:creator><description>&lt;p&gt;Yes I think so. It seems to drop the odd 64 byte packet now and again, when running on a slower windows machine. I have some C# software implementing the serialport. It works well on most computers.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Going back to my original question, I was trying to find a way to slow down the CDC data throughput from the nRF52840, but don&amp;#39;t think the baudrate setting can be changed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 USB CDC ACM baud rate question</title><link>https://devzone.nordicsemi.com/thread/182441?ContentTypeID=1</link><pubDate>Tue, 16 Apr 2019 15:20:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d87b01f-86a3-45c5-88dd-1f07ab5f1daf</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;This might be related to the window software that you use to get the data. &amp;nbsp;I assume you are using some kind of terminal program. &amp;nbsp;I use CoolTerm. &amp;nbsp;Works well on MAC/Linux/Windows.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 USB CDC ACM baud rate question</title><link>https://devzone.nordicsemi.com/thread/182166?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2019 15:08:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:056b7e72-1471-4200-8211-8d8e81122e75</guid><dc:creator>Philip</dc:creator><description>&lt;p&gt;Thanks. Yes I am thinking the same thing, that it is as fast as USB will allow.&lt;/p&gt;
&lt;p&gt;The issue is on the Windows USB side I think, it seems to drop a few bytes from the 64K message on slower windows 10 machine. Ok on our windows 7 machines. In fact it is loosing 64 bytes somewhere, which is a USB packet now I think about it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 USB CDC ACM baud rate question</title><link>https://devzone.nordicsemi.com/thread/182164?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2019 15:01:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09d8e60e-8439-41f7-9466-50bd6f93d13d</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I have not work with nRF CDC but worked with other MCU. &amp;nbsp;By my experience, the baud rate is only for the physical UART. &amp;nbsp;The CDC is virtual and always at USB speed. You are having issue on the UART side or USB side ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>