Serial port driver installation

The main purpose of the tutorial is to let users install the CH340 driver and find the corresponding serial port number of Arduino Uno.

Device connection

Use Type-B data cable to connect the computer and Arduino Uno. The Arduino Uno may not recognize the serial port device for the first time. We need to install the CH340 driver!

Driver verification

We can check whether the system has correctly identified Arduino UNO from the system's built-in device manager.

image-20240612190516767

Driver not installed

If the CH340 driver is not installed, the system device manager will display an exclamation mark on the left icon of the new device!

image-20240612190525348

Install the driver

Unzip and open CH341SER.EXE in [Software Resources: Software] as an administrator.

image-20240612190543258

image-20240612190551303

image-20240612190559311

Reopen the device manager to see if the CH340 device can be recognized normally.

image-20240612190608691

Hardware detection

We can stay in the device manager interface. If we find that when the computer is connected to the Arduino development board, the device manager interface will not refresh or new devices will appear, indicating that there is a hardware problem.

Hardware problems generally come from three sources: computer interface, data cable and Arduino development board. You need to troubleshoot the problem yourself!