Intel® Chipset Device Software for Intel® 11th Gen NUCs. This download record installs the Intel® Chipset Device Software for Intel® NUC Kit 11th Gen. Driver: Windows 10, 64-bit. 10.1. Latest: 1/13/2021: Intel® Management Engine Driver for Windows® 10 64-bit for NUC11PHKi7C and NUC11PHKi7CAA. Manager and manually install your device's drivers. To open the Device Manager, move your mouse to the lower left corner, over the Start Menu charm. Right click your mouse. A menu will appear. Choose Device Manager. With the Device Manager opened and your NoLand device connected, locate the connected device. It will most likely be in the. The Device Install Kit download site does not provide access to all Emerson Process Management device files. Device files distributed on DeltaV and AMS Device Manager release media are not duplicated for download from this site.
USB Interface Drivers: Arduino/YourDuino Nano
Download Noland Engineering Port Devices Driver
Most Nano boards use FTDI chips for USB interface. This uses the same FTDI drivers supplied with Arduino IDE. See it here:

- Engineering Software to send and receive network messages using J2534-1 (December 2004) API, C# Version 1.0.14 RP1210: RP1210A DLL for use with existing Heavy Truck RP1210 applications for CarDAQ-Plus and CarDAQ-M only. TVIT driver above includes RP1210 drivers. DLL Discovery: Sample registry code for PassThru DLL Discovery.
- Device Driver: Version: 4.2.0: Release date:: Supported OS: Windows XP Windows Vista Windows Vista (32bit) Windows Vista (64bit) Windows 7 Windows 7 (32bit) Windows 7 (64bit) Windows 8 Windows 8 (32bit) Windows 8 (64bit) Windows 8.1 Windows 8.1 (32bit) Windows 8.1 (64bit) Windows 10 (32bit) Windows 10 (64bit) Supported Products.
However some use the WCH type CH340G chip and require a different driver. They are usually lower cost.
If you have this type of Nano, the USB chip on the underside of the board will be long and narrow, and marked WCH CH340G. See it HERE:

You need to install a different USB driver for these. Use the following procedure:
Download the driver software HERE:
(Your system may not allow downloading .EXE files, so click on this ZIP version):

You need Winzip or other utility to extract the EXE from the ZIP.
Before connecting the Nano to your USB port: Open “ch341ser.exe” file and run it.The software extracts about 8 files.
The software asks whether it can install the CH341SER.INF driver for the CH340 chip (Version 11/04/2011, 3.3.2011.11).
Click INSTALL
A Windows message asks whether the driver has installed correctly. Click YES.
Connect your Nano.
From Control Panel, open Device Manager and Ports. If installed correctly you should see an entry “USB-SERIAL CH340 (COMXX)
In the Arduino IDE, go to: Tools>Board (Select Nano)Tools>Port (Select the com port number found in Device Manager)<
Test by uploading File>Examples>Basics>Blink MAC Version: As always, It's Complicated. See the site HERE:
If you are attempting to use an Arduino Nano on a Windows machine and having no luck finding drivers automatically, chances are it is due to a counterfeit FTDI chip which unfortunately does not work with the automatic driver finding functionality in Windows.
Thankfully, there is a solution if you are running into this problem! Start off by downloading the drivers from the official FTDI site via http://www.ftdichip.com/Drivers/CDM/CDM%20v2.12.00%20WHQL%20Certified.zip (a mirror can be found Here, in case the official link dies in the future).
Once downloaded, unzip the archive and then head to the device manager (Control Panel > Administrative Tools > Computer Management > Device Manager), you should see a device with a yellow exclamation mark next to it labelled “FT232R USB UART”, or possibly a slight variation if using a different FTDI chip. Right click this entry and click Update Driver Software...
.
On the next prompt, choose the option labelled “Browse my computer for driver software”, and on the next prompt choose “Let me pick from a list of device drivers on my computer”. You will now be presented with a list of device driver types. Highlight USB Serial Converter
and click the button labelled “Have Disk…”
You will now be presented with an open file prompt, click browse and select the file called ftdibus.inf
that is in the root folder of the archive we extracted earlier and confirm all the open prompts to install the driver.
Now that is done, you will see a new device with a yellow exclamation mark next to it, labelled “USB Serial Port”. Follow the same steps as we did for the FT232R USB UART
device, but this time, when choosing the device driver, select USB Serial Port
instead and click the Have Disk...
button:
This time, the driver file you need to select is the ftdiport.inf
file that is located in the same root folder of the archive that we used previously. Once again, confirm all the open windows and the driver installation will be complete.
Download Noland Engineering Port Devices Driver Updater
Now when you load up the Arduino IDE you should see it select the correct COM port and you should now be able to upload sketches to your Arduino Nano.
