<?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>nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126255/nrfutil-device-exe-fails-if-a-usb-serial-adapter-is-connected-to-computer</link><description>I observed that I can&amp;#39;t flash my board in VS Code when a USB-serial adapter is connected to my computer. When the adapter is unplugged everything works. 
 
 The interesing thing is that serial number is passed to nrfutil. Then why does it try to access</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Feb 2026 16:52:14 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126255/nrfutil-device-exe-fails-if-a-usb-serial-adapter-is-connected-to-computer" /><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/560706?ContentTypeID=1</link><pubDate>Mon, 09 Feb 2026 16:52:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e792b96-4fd6-4bbb-838a-d428610b5a5a</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;Christian, I have an &amp;quot;STC Auto Programmer&amp;quot; I purchased way back for STM32 work. Using Windows Device Manager I can see that it has the CH340 USB to UART device inside it. That&amp;#39;s one of the known problem devices. You might look at Ports under Device Manager to see what your device uses.&lt;/p&gt;
&lt;p&gt;Burt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/560651?ContentTypeID=1</link><pubDate>Mon, 09 Feb 2026 12:41:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16623689-c9df-43d5-b62a-dabbbb437f52</guid><dc:creator>Christian Zingl</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;the same issue occurs when a STM32 USB VCP is connected. Observed when using toolchain v3.2.1.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/558397?ContentTypeID=1</link><pubDate>Fri, 09 Jan 2026 12:57:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72de2063-d66a-41d2-ae8b-27d6d0c75d4e</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;Sorry, ajd, I must have been careless when typing the instructions. Thank you, Jean-Francois for the correction. I&amp;#39;m glad that it all worked out.&lt;/p&gt;
&lt;p&gt;Burt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/558382?ContentTypeID=1</link><pubDate>Fri, 09 Jan 2026 11:33:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:944208ca-bfff-4000-ba5d-e894083b2646</guid><dc:creator>ajd</dc:creator><description>&lt;p&gt;Yes - change of nrfutil package name worked. Thanks for the info.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/558373?ContentTypeID=1</link><pubDate>Fri, 09 Jan 2026 10:44:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9db11c7-2c93-4132-9af6-d52788e96ab0</guid><dc:creator>Jean-Francois Thibon</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I think the repair steps work if you just change the package name to from &amp;quot;nrfutil-device&amp;quot; to &amp;quot;device&amp;quot;&lt;/p&gt;
&lt;p&gt;so change the steps:&lt;br /&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\bin&amp;gt; nrfutil uninstall nrfutil-device&lt;br /&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\bin&amp;gt; nrfutil install nrfutil-device&lt;br /&gt;to:&lt;br /&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\bin&amp;gt;nrfutil uninstall device&lt;br /&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\bin&amp;gt;nrfutil install device&lt;/p&gt;
&lt;p&gt;I found also that udating the &amp;quot;programmer&amp;quot; using NRF Desktop should solve the problem because this updates nrfutil.&lt;br /&gt;See release note of programmer 4.7.1 herafter:&lt;br /&gt;&amp;quot;4.7.1 - 2025-12-18&lt;br /&gt;Fixed&lt;br /&gt;Updated the bundled nrfutil device command to v2.15.7, which includes a fix to an issue with the device enumeration on Windows.&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/558368?ContentTypeID=1</link><pubDate>Fri, 09 Jan 2026 10:04:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad785a6b-8b14-43e4-9a33-4a95d7e9682c</guid><dc:creator>ajd</dc:creator><description>&lt;p&gt;Those repair steps don&amp;#39;t work for me - it fails with &amp;quot;Package is not installed&amp;quot; at the &amp;quot;nrfutil uninstall nrfutil-device&amp;quot; step - and yes I am in the correct folder. Paths and folders match your example, though note also that my version number for nrfutil also differs slightly from yours (8.1.0).&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve taken the simpler step of unplugging the problematic USB-Serial device while programming as that&amp;#39;s an option.&lt;/p&gt;
&lt;p&gt;Would be nice for this to be fixed properly in a toolchain update - it&amp;#39;s clearly a code issue in respect of device enumeration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/558333?ContentTypeID=1</link><pubDate>Thu, 08 Jan 2026 20:58:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1656a077-6669-4f27-9192-dcdb109227fe</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;Hello ajd. Definitely v3.2.1 has the problem. I don&amp;#39;t believe that &lt;em&gt;any&lt;/em&gt; USB-Serial device will cause the issue, but definitely it occurs with CH340 and CP2102 devices. Use Windows Device Manager to see if your device is one of those types. You can fix the problem with the technique I showed above. Otherwise wait until a new release.&lt;/p&gt;
&lt;p&gt;Burt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/558318?ContentTypeID=1</link><pubDate>Thu, 08 Jan 2026 15:36:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:da7e61fd-cb80-4780-9ace-d8b0c2cd346e</guid><dc:creator>ajd</dc:creator><description>&lt;p&gt;Also seeing this problem as soon as toolchain updated to 3.2.1. Same fault occurs if any USB-Serial device is plugged in (in this case a multimeter with USB-Serial control cable connected).&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="batchfile"&gt;thread &amp;#39;main&amp;#39; panicked at C:\Users\VssAdministrator\.cargo\git\checkouts\nrf-device-lib-cf1a63c495be42f5\936ac5a\serialport-lister\src\lib.rs:49:60:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: Subprocess C:\ncs\toolchains\66cdf9b75e\nrfutil\home\bin\nrfutil-device.exe failed with unexpected exit code Some(101)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Existing project, updated (using nRF Connect within VS Code) from version 3.1 to 3.2.1 of SDK and toolchains. VS Code restarted after update, all extensions up to date.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557790?ContentTypeID=1</link><pubDate>Thu, 01 Jan 2026 18:05:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af6905b6-31e8-4ab4-9c88-5d5a00e2fb4e</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;You&amp;#39;re welcome, jean-francois. Glad this helped. Happy New Year!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557789?ContentTypeID=1</link><pubDate>Thu, 01 Jan 2026 17:54:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6b187a5-b63d-4dea-bfde-7a2a05abdc94</guid><dc:creator>Jean-Francois Thibon</dc:creator><description>&lt;p&gt;Hi Burt,&lt;br /&gt;Thanks a lot !&lt;br /&gt;I am working with a custom board and my computer is connected to the board simutaneously via CP2102 and to a nrf5340DK to flash&amp;amp;debug, using VS Code. I had to disconnect the CP2102 each time to be able to flash, due to this problem with nrfutil, and this was really annoying. I applied the sequence to update nftutil-device as you suggested, and I confirm that it&amp;#39;s now ok !&lt;br /&gt;jean-francois&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557622?ContentTypeID=1</link><pubDate>Thu, 25 Dec 2025 02:31:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e2f6ef0-a6a1-4fdc-9068-df185ab41811</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;I was playing around with this some more. Now, I can do the following or something very close:&lt;/p&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\&amp;gt; set NRFUTIL_HOME=\ncs\toolchains\66cdf9b75e\nrfutil\home&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\&amp;gt; cd \ncs\toolchains\66cdf9b75e\nrfutil\home&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\home&amp;gt; erase locked&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\home&amp;gt; cd ..\bin&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\bin&amp;gt; nrfutil uninstall nrfutil-device&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\bin&amp;gt; nrfutil install nrfutil-device&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\bin&amp;gt; cd ..\home&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;C:\ncs\toolchains\66cdf9b75e\nrfutil\home&amp;gt; type NUL &amp;gt; locked&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;to get from 2.15.2 to 2.15.7. And it&amp;#39;s not that I have an issue with unlocking the toolchain and making a change that can only be helpful--my issue, Ressa, is that I am only one person out of like 77000 that use DevZone and who knows how many more developers are using NS products--so NS needs to have a system in place that gets everybody updated not just the tiny fraction who stumble upon the right DevZone ticket. (Also this has to be done for a number of toolchains, I believe.)&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Burt&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557607?ContentTypeID=1</link><pubDate>Wed, 24 Dec 2025 01:49:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:642756f2-d6f3-4690-a91c-43fe9abf471c</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;Grzegorz, and Ressa, I discovered another USB/UART device that also causes the problem when sitting on the bus: CP2102 from Silicon Labs. One of our custom boards uses a CP2102. I should have realized that although my CP2102 based board sits in a box, my colleague has most, or all of our products connected to his computer -- explaining why he had been seeing the problem. But the bell didn&amp;#39;t ring until you mentioned that certain models of USB/UART adapters cause the issue, Grzegorz.&lt;/p&gt;
&lt;p&gt;Burt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557605?ContentTypeID=1</link><pubDate>Tue, 23 Dec 2025 23:53:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a15d0bc0-3039-4b19-ac23-5932d7a816a4</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;Holy Moly, Grzegorz, I have replicated the problem, using your information. Luckily, I have a CH340 in the house. I plugged it into a USB jack on my Windows 10 computer and got the error as soon as I tried to program my nRF9160DK board. Using v3.2.1 SDK and toolchain.&lt;/p&gt;
&lt;p&gt;My colleague tells me that he removed all devices other than the DK board he was trying to flash and that the problem persisted. I don&amp;#39;t know if I want to figure that one out! Here, removing the CH340 from the USB bus fixes the issue.&lt;/p&gt;
&lt;p&gt;Burt&lt;/p&gt;
&lt;p&gt;ps, I will look at Device Manager and regedit as in&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/116690/nrfutil-device-list-command-fails/522925"&gt;nrfutil device list command fails - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone&lt;/a&gt;&amp;nbsp;and see if I can make heads or tails out of the situation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557604?ContentTypeID=1</link><pubDate>Tue, 23 Dec 2025 21:49:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e1ba62d-49db-4682-8358-8ada8a7882e2</guid><dc:creator>grzegorz</dc:creator><description>&lt;p&gt;Ressa, as Burt noted this nrfutil is part of the toolchain, it&amp;#39;s not standalone. The toolchain is installed with nRF Connect SDK. I have latest version of nRF Connect SDK which is 3.2.1. The versions are:&lt;br /&gt;nrfutil 8.1.1 (b6089d0 2025-08-21)&lt;br /&gt;nrfutil-device 2.15.2 (3c54c5f 2025-11-13)&lt;/p&gt;
&lt;p&gt;The provided update link is about full nrfutil command which works correctly. The problem is with nrfutil-device.&lt;/p&gt;
&lt;p&gt;The linked case is not related.&lt;/p&gt;
&lt;p&gt;As for the board configurator, it shouldn&amp;#39;t show devices which have nothing to do with programming Nordic chips. The usb-serial adapter is not DK board and can&amp;#39;t be configured as such. Yes, the problem is not big as I can select proper board. But it shows there is enumeration issue. It must be noted some enumeration isse was recently fixed&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/CHANGELOG.html"&gt;https://docs.nordicsemi.com/bundle/nrfutil/page/nrfutil-device/CHANGELOG.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2025-12-01: Version 2.15.6&lt;br /&gt;Fixed&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; Windows: Fixed issues in the device enumeration that sometimes led to an index out of bounds error. The issue occurred when merging devices belonging to the same container ID. The issue was introduced in v2.15.2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557603?ContentTypeID=1</link><pubDate>Tue, 23 Dec 2025 21:31:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f6d1bafd-6b68-403a-8a93-4a8d6698d3e6</guid><dc:creator>grzegorz</dc:creator><description>&lt;p&gt;It&amp;#39;s a CH340 USB-serial adapter&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Clipboard_5F00_12_2D00_23_2D00_2025_5F00_01.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557598?ContentTypeID=1</link><pubDate>Tue, 23 Dec 2025 18:12:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af65d6b6-e522-47da-923c-65b7b761ee0c</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;Ressa, does that update procedure really apply to nrfutil that is pre-packaged with the toolchain? If so, please provide EXACT instructions how one should update the toolchain. I didn&amp;#39;t think it was standard procedure to update a particular released toolchain. Things are supposed to be automatic when using VS Code, I believed.&lt;/p&gt;
&lt;p&gt;Burt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557597?ContentTypeID=1</link><pubDate>Tue, 23 Dec 2025 17:58:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed57221c-9332-4914-bcb0-641a425f5a1c</guid><dc:creator>Burt</dc:creator><description>&lt;p&gt;Hi Grzegorz, a colleague of mine is experiencing the same issue with flashing. Can you add some screenshots showing what Windows Device Manager shows for the &lt;strong&gt;Unkown&lt;/strong&gt; 5 device? I don&amp;#39;t know whether or not we have the same problem, but it might help us. Thanks.&lt;/p&gt;
&lt;p&gt;Burt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrfutil-device.exe fails if a USB-serial adapter is connected to computer</title><link>https://devzone.nordicsemi.com/thread/557540?ContentTypeID=1</link><pubDate>Mon, 22 Dec 2025 14:58:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25f362f3-d7de-4072-b152-59183c0c9039</guid><dc:creator>Ressa</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Thanks for contacting us.&amp;nbsp;&lt;br /&gt;Have you tried to update nrfutil to latest version to see if it helps?&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/nrfutil/page/guides/installing_commands.html#upgrading-nrf-util-commands"&gt;Installing and upgrading nRF Util commands&lt;br /&gt;&lt;/a&gt;Also please make sure VS Code is using latest updated&amp;nbsp;command.&amp;nbsp;&lt;br /&gt;You can also check below line to see what version of device command is used:&lt;br /&gt;&lt;em&gt;nrfutil device --version&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;A reported case related to that:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/116863/can-not-flash-nrf54l15-dk-with-nrf-connect-vscode-extension"&gt;(+) can not flash nrf54L15 DK with nrf connect vscode extension - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone&lt;/a&gt;&lt;br /&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;* In board configurator you can see all connected devices, so I don&amp;#39;t see any problem with that as you need to select your own specific device before proceeding.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Ressa&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>