<?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>ZBOSS NCP debugging</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/91155/zboss-ncp-debugging</link><description>Hi, I am using the ZBOSS NCP production ready firmware from NCS v2.0 and I have some issue with serial communication. 
 I am able to run my application, and I don&amp;#39;t have any issue with my test gateway. Meanwhile, the application is extremely unstable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Aug 2022 08:14:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/91155/zboss-ncp-debugging" /><item><title>RE: ZBOSS NCP debugging</title><link>https://devzone.nordicsemi.com/thread/383812?ContentTypeID=1</link><pubDate>Tue, 30 Aug 2022 08:14:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4f7d308-7a83-4321-b5f5-da204c356cf4</guid><dc:creator>DaKa</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;This worked well, and I am able to see ZBOSS traces.&lt;br /&gt;But I would like to see zephyr logs as well since I don&amp;#39;t know if my issue comes from ZBOSS or from the system. So, I tried to enable a third CDC ACM in the dts overlay and referenced it to the zephyr console like this&lt;br /&gt; &lt;pre class="ui-code" data-mode="text"&gt;chosen {
		zephyr,entropy = &amp;amp;rng;
		zephyr,console = &amp;amp;cdc_acm_uart2;
	};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then I configure prj_usb.conf like this:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Configure NCP sample to use USB CDC ACM 0 serial for communication with Host
# and inform application that CDC ACM requires the line control signals to be configured.
CONFIG_ZIGBEE_UART_DEVICE_NAME=&amp;quot;CDC_ACM_0&amp;quot;
CONFIG_ZIGBEE_UART_SUPPORTS_FLOW_CONTROL=n

# Configure NCP sample to print ZBOSS stack logs in binary format using &amp;quot;UART_1&amp;quot; device
# CONFIG_ZBOSS_TRACE_BINARY_LOGGING=y
# CONFIG_ZBOSS_TRACE_LOGGER_DEVICE_NAME=&amp;quot;UART_1&amp;quot;

#### Use this configuration to print ZBOSS stack logs in binary format using USB &amp;quot;CDC_ACM_1&amp;quot; device
CONFIG_ZBOSS_TRACE_BINARY_LOGGING=y
CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING=y
CONFIG_ZBOSS_TRACE_LOGGER_DEVICE_NAME=&amp;quot;CDC_ACM_1&amp;quot;
CONFIG_ZIGBEE_ENABLE_TRACES=y
CONFIG_ZBOSS_TRACE_LOG_LEVEL_DBG=y
CONFIG_ZBOSS_TRACE_MASK=0x00100001

# Two USB CDC ACM instances configured for this sample: CDC_ACM_0 and CDC_ACM_1
CONFIG_USB_COMPOSITE_DEVICE=y
####

CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_REMOTE_WAKEUP=n
CONFIG_USB_DEVICE_PRODUCT=&amp;quot;Zigbee NCP&amp;quot;
CONFIG_USB_CDC_ACM=y
CONFIG_UART_LINE_CTRL=y

# Those settings below are common with prj.conf

# CONFIG_NCS_SAMPLES_DEFAULTS=y
CONFIG_LOG=y
CONFIG_LOG_MODE_DEFERRED=y
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_LOG_DEFAULT_LEVEL=4
CONFIG_USB_MAX_NUM_TRANSFERS=8

CONFIG_ZIGBEE=y

# Add libncp-dev library
CONFIG_ZIGBEE_LIBRARY_NCP_DEV=y

CONFIG_ZIGBEE_HAVE_SERIAL=y
CONFIG_ZIGBEE_HAVE_ASYNC_SERIAL=y
CONFIG_ZIGBEE_UART_RX_BUF_LEN=256
CONFIG_ZIGBEE_UART_TX_TIMEOUT=1000
CONFIG_ZIGBEE_UART_RX_TIMEOUT=1000

CONFIG_ZIGBEE_USE_LEDS=y
CONFIG_ZIGBEE_TIME_KTIMER=y

CONFIG_ZIGBEE_ROLE_COORDINATOR=y

CONFIG_HEAP_MEM_POOL_SIZE=2048

CONFIG_MAIN_THREAD_PRIORITY=7

CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

# Networking
CONFIG_NET_IPV6_MLD=n
CONFIG_NET_IPV6_NBR_CACHE=n
CONFIG_NET_IPV6_RA_RDNSS=n
CONFIG_NET_IP_ADDR_CHECK=n
CONFIG_NET_UDP=n
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And unfortunately this doesn&amp;#39;t work. When enabling CONFIG_UART_CONSOLE, the dongle is not showing correctly in dmesg.&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;Output of dmesg when CONFIG_UART_CONSOLE is disabled (application works but no zephyr logs are showing):

[5966393.200551] usb 1-1.1.3: new full-speed USB device number 101 using dwc_otg
[5966393.345622] usb 1-1.1.3: New USB device found, idVendor=2fe3, idProduct=0100, bcdDevice= 3.00
[5966393.345644] usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[5966393.345660] usb 1-1.1.3: Product: Zigbee NCP
[5966393.345675] usb 1-1.1.3: Manufacturer: ZEPHYR
[5966393.345690] usb 1-1.1.3: SerialNumber: 1E2D14F7A543460F
[5966393.348321] cdc_acm 1-1.1.3:1.0: ttyACM0: USB ACM device
[5966393.352672] cdc_acm 1-1.1.3:1.2: ttyACM1: USB ACM device
[5966393.356679] cdc_acm 1-1.1.3:1.4: ttyACM2: USB ACM device
[5966393.679857] usb 1-1.1.3: USB disconnect, device number 101


Output of dmesg when CONFIG_UART_CONSOLE is enabled:

[5966460.280544] usb 1-1.1.2: new full-speed USB device number 102 using dwc_otg
[5966475.540510] usb 1-1.1.2: device descriptor read/64, error -110
[5966490.900496] usb 1-1.1.2: device descriptor read/64, error -110
[5966491.120488] usb 1-1.1.2: new full-speed USB device number 103 using dwc_otg&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Daka&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZBOSS NCP debugging</title><link>https://devzone.nordicsemi.com/thread/383729?ContentTypeID=1</link><pubDate>Mon, 29 Aug 2022 15:08:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d10d4aa9-f8c2-4514-b2fa-0c88f01fa227</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Did you try the instructions in the Zigbee NCP &amp;quot;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/samples/zigbee/ncp/README.html#communication-through-usb"&gt;Communication through USB&lt;/a&gt;&amp;quot; documentation?&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Alternatively, you can configure&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/ug_zigbee_configuring.html#zigbee-ug-logging-stack-logs"&gt;&lt;span&gt;Zigbee stack logs&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;to be printed in binary format using an independent CDC ACM device of the same nRF USB. Complete the following steps:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Set the following Kconfig options:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/kconfig/index.html#CONFIG_ZBOSS_TRACE_BINARY_LOGGING"&gt;&lt;code&gt;&lt;span&gt;CONFIG_ZBOSS_TRACE_BINARY_LOGGING&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- This option enables the binary format.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/kconfig/index.html#CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING"&gt;&lt;code&gt;&lt;span&gt;CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- This option selects nRF USB serial over UART serial.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/kconfig/index.html#CONFIG_ZBOSS_TRACE_LOGGER_DEVICE_NAME"&gt;&lt;code&gt;&lt;span&gt;CONFIG_ZBOSS_TRACE_LOGGER_DEVICE_NAME&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- This option selects the serial device for printing Zigbee stack logs, set to&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;&lt;span&gt;&amp;quot;CDC_ACM_1&amp;quot;&lt;/span&gt;&lt;/code&gt;.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create two instances of USB CDC ACM for the application:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Create two entries in the DTS overlay file for the selected board, one for each USB CDC ACM instance. See&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a title="(in Zephyr Project v3.0.99)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/zephyr/services/usb/uds_cdc_acm.html#usb-device-cdc-acm"&gt;&lt;span&gt;USB device stack CDC ACM support&lt;/span&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for more information.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Extend the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;&lt;span&gt;zephyr_udc0&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;node in the DTS overlay file to also configure the second USB CDC ACM instance&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;&lt;span&gt;&amp;quot;CDC_ACM_1&amp;quot;&lt;/span&gt;&lt;/code&gt;:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span&gt;&amp;amp;&lt;/span&gt;&lt;span&gt;zephyr_udc0&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;{&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;span&gt;   &lt;/span&gt;&lt;span&gt;cdc_acm_uart0&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;cdc_acm_uart0&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;{&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;span&gt;      &lt;/span&gt;&lt;span&gt;compatible&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;quot;zephyr,cdc-acm-uart&amp;quot;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;span&gt;      &lt;/span&gt;&lt;span&gt;label&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;quot;CDC_ACM_0&amp;quot;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;span&gt;   &lt;/span&gt;&lt;span&gt;};&lt;/span&gt;&lt;span&gt;&lt;/span&gt;

&lt;span&gt;   &lt;/span&gt;&lt;span&gt;cdc_acm_uart1&lt;/span&gt;&lt;span&gt;:&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;cdc_acm_uart1&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;{&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;span&gt;      &lt;/span&gt;&lt;span&gt;compatible&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;quot;zephyr,cdc-acm-uart&amp;quot;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;span&gt;      &lt;/span&gt;&lt;span&gt;label&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&amp;quot;CDC_ACM_1&amp;quot;&lt;/span&gt;&lt;span&gt;;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;span&gt;   &lt;/span&gt;&lt;span&gt;};&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;span&gt;};&lt;/span&gt;&lt;span&gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Enable the composite USB device driver using the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a title="(in Kconfig reference v&amp;amp;nbsp;)" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/kconfig/index.html#CONFIG_USB_COMPOSITE_DEVICE"&gt;&lt;code&gt;&lt;span&gt;CONFIG_USB_COMPOSITE_DEVICE&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Kconfig option.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;With this configuration, you have two serial ports created by the NCP sample. Use the first one for NCP communication. Use the second serial port for collecting Zigbee stack logs.&lt;/p&gt;
&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZBOSS NCP debugging</title><link>https://devzone.nordicsemi.com/thread/383037?ContentTypeID=1</link><pubDate>Wed, 24 Aug 2022 10:40:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29cda78b-4c14-4b46-88a4-06294a0bbf2a</guid><dc:creator>DaKa</dc:creator><description>&lt;p&gt;I can&amp;#39;t figure out how to see logs from the NCP side. I would like to see RX and TX data going from NCP to Host, but I don&amp;#39;t know how to enable this. I can only enable ZBOSS trace logs, and not even app logs (from app module) nor zboss_osif logs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZBOSS NCP debugging</title><link>https://devzone.nordicsemi.com/thread/382828?ContentTypeID=1</link><pubDate>Tue, 23 Aug 2022 07:37:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:39c7ef34-ec9f-4d0e-bab6-5023cf973494</guid><dc:creator>DaKa</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;I did, but I was using NCS v1.8, and now I moved to v2.0 and I am not able to find the right configuration.&lt;br /&gt;I tried this config:&lt;br /&gt;&lt;br /&gt;nrf52840dongle_nrf52840.overlay&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	chosen {
		zephyr,entropy = &amp;amp;rng;
		zephyr,console = &amp;amp;cdc_acm_uart1;
	};

	buttons {
		compatible = &amp;quot;gpio-keys&amp;quot;;
		rst_button0: rst_button_0 {
			gpios = &amp;lt;&amp;amp;gpio0 19 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)&amp;gt;;
			label = &amp;quot;Reset button&amp;quot;;
		};
	};

	aliases {
		rst0 = &amp;amp;rst_button0;
	};
};

&amp;amp;zephyr_udc0 {
    cdc_acm_uart0: cdc_acm_uart0 {
        compatible = &amp;quot;zephyr,cdc-acm-uart&amp;quot;;
        label = &amp;quot;CDC_ACM_0&amp;quot;;
    };

    cdc_acm_uart1: cdc_acm_uart1 {
        compatible = &amp;quot;zephyr,cdc-acm-uart&amp;quot;;
        label = &amp;quot;CDC_ACM_1&amp;quot;;
    };
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;prj_usb.conf&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_ZIGBEE_UART_DEVICE_NAME=&amp;quot;CDC_ACM_0&amp;quot;
CONFIG_ZIGBEE_UART_SUPPORTS_FLOW_CONTROL=y

CONFIG_USB_COMPOSITE_DEVICE=y

CONFIG_USB_DEVICE_STACK=y
CONFIG_USB_DEVICE_REMOTE_WAKEUP=n
CONFIG_USB_DEVICE_PRODUCT=&amp;quot;Zigbee NCP&amp;quot;
CONFIG_USB_CDC_ACM=y
CONFIG_UART_LINE_CTRL=y

CONFIG_ZIGBEE=y

CONFIG_ZIGBEE_LIBRARY_NCP_DEV=y

CONFIG_ZIGBEE_HAVE_SERIAL=y
CONFIG_ZIGBEE_HAVE_ASYNC_SERIAL=y
CONFIG_ZIGBEE_UART_RX_BUF_LEN=256
CONFIG_ZIGBEE_UART_TX_TIMEOUT=1000
CONFIG_ZIGBEE_UART_RX_TIMEOUT=1000

CONFIG_ZIGBEE_USE_LEDS=y
CONFIG_ZIGBEE_TIME_KTIMER=y

CONFIG_ZIGBEE_ROLE_COORDINATOR=y

CONFIG_HEAP_MEM_POOL_SIZE=2048

CONFIG_MAIN_THREAD_PRIORITY=7

CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

# Networking
CONFIG_NET_IPV6_MLD=n
CONFIG_NET_IPV6_NBR_CACHE=n
CONFIG_NET_IPV6_RA_RDNSS=n
CONFIG_NET_IP_ADDR_CHECK=n
CONFIG_NET_UDP=n

CONFIG_LOG=y
CONFIG_LOG_DEFAULT_LEVEL=3
CONFIG_CONSOLE=y
CONFIG_UART_CONSOLE=y
CONFIG_LOG_BACKEND_UART=y

CONFIG_ASSERT=n
CONFIG_ASSERT_NO_COND_INFO=n
CONFIG_ASSERT_NO_MSG_INFO=n
CONFIG_HW_STACK_PROTECTION=y&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;This is what I get when I try it out on my system (using dmesg)&lt;pre class="ui-code" data-mode="text"&gt;[5359837.126645] usb 1-1.1.3: new full-speed USB device number 47 using dwc_otg
[5359852.356630] usb 1-1.1.3: device descriptor read/64, error -110
[5360319.656040] usb 1-1.1.2: new full-speed USB device number 48 using dwc_otg
[5360334.916008] usb 1-1.1.2: device descriptor read/64, error -110&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;BR,&lt;br /&gt;Damien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZBOSS NCP debugging</title><link>https://devzone.nordicsemi.com/thread/382750?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2022 16:16:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35cfd2ce-ecfe-4b6f-a203-733367a7c06b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Did you not manage to enable logging over a second USB CDC ACM instance in your previous ticket (#&lt;span&gt;289809)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you post the configuration you are currently using? Are you not seeing any logs?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;Jørgen&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ZBOSS NCP debugging</title><link>https://devzone.nordicsemi.com/thread/382692?ContentTypeID=1</link><pubDate>Mon, 22 Aug 2022 12:58:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bd0d332-b7e3-41cc-a224-16463ed0b3f6</guid><dc:creator>DaKa</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am trying to play around with prj_usb.conf in NCS NCP sample but I struggle to get the right configuration.&lt;br /&gt;My Idea is to instantiate a second CDC_ACM instance in the overlay file and connect/get the logs from the CDC_ACM over serial.&lt;/p&gt;
&lt;p&gt;BR,&lt;br /&gt;Damien&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>