CH340 Driver Installing For Clone Arduinos
Arduino CH340 Driver, How To Install CH340 Driver for Arduino, Clone Arduinos, USB to UART Communication
On a new computer or on computers where Arduino IDE will be installed for the first time, some drivers may need to be installed for communication.
CH340, is a chip used in clone Arduino devices. In this article, we will explain the installation of the CH340 chip driver, which is used to convert the USB connection to a UART connection.
Connecting Arduino Board to Computer
After connecting your Arduino board to your computer, when you go to the control panel on your computer and click on device manager, you will see a device that has not been identified yet.

To overcome this problem, first download the following file, which will install the CH340 driver;


After the installation process is complete, you will see a warning. When you get back to the device manager and check again, it will be seen that the device in the relevant port has been defined.

After the installation process is completed, if the Arduino IDE is started and the port connection is checked, the name of the connected port will appear in the list. Now your Arduino device is ready to use, you can code your program and start using it.

