<?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>USB CDC ACM flow control</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68154/usb-cdc-acm-flow-control</link><description>In our current implementation of the CDC ACM output, we use a blocking wait for the APP_USBD_CDC_ACM_USER_EVT_TX_DONE after writing to the cdc acm stack. We are using Teraterm to receive and print the data on the PC. We noticed that in particular when</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Nov 2020 10:35:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68154/usb-cdc-acm-flow-control" /><item><title>RE: USB CDC ACM flow control</title><link>https://devzone.nordicsemi.com/thread/279183?ContentTypeID=1</link><pubDate>Tue, 10 Nov 2020 10:35:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9eae716e-2d37-4363-95ce-165170998f07</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;In principle this should work, you could query&amp;nbsp;app_usbd_cdc_acm_line_state_get for RTS signal, however I have not tested if this actually will work as expected, but I guess you could try. Alternatively you could just use some handshaking on the application layer, e.g.&amp;nbsp;send for instance 1kB and then wait for a command before sending the next 1kB. The command can also contain information about how much data have been received (e.g. and offset) in case data is lost/missed etc.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>