Click the button with the cloud and downward pointing arrow to download the driver.
Wait for the download to finish.
Unzip the downloaded CH341SER.ZIP file.
Open Windows Device Manager.
Connect the CH340-based board to your computer with a USB cable.
You should see a new device appear under the "Other devices" section of the device tree. Double click on it.
Click the Update Driver... button.
Click "Browse my computer for drivers".
Click the Browse... button.
Select the unzipped folder of the download from the WCH website.
Click the OK button.
Click the Next button.
The driver should now install successfully. After that, the CH340 -based board should appear in the "Ports (COM & LPT)" section of the Windows Device Manager device tree as "USB-SERIAL CH340 (COMn)" and the board should show up under the Arduino IDE's Tools > Port menu.
Everything looks perfectly fine from that latest screensho. That is very strange. I don't have any explanation for that. Even without selecting the subfolder, the Windows driver installation system should still be able to find the drivers since you told it to check subfolders.
You can try this:
Open Windows Device Manager.
Connect the board to the computer.
Double click on the Device Manager tree item that appears for the board.
Click the "Driver" tab.
Click the "Uninstall Device" button.
If the dialog contains a "[] Delete the driver software for this device" check it.
Click the "Uninstall" button. The device should now disappear from the Device Manager tree.
Unplug the board from the computer.
Connect the board to the computer. A device should now appear under the "Other devices" section of the Device Manager tree.
Now repeat the CH340 driver installation instructions I provided above.
My idea is maybe by uninstalling the device and any driver software it has, it will remove the strange association with the FT232R chip and allow the computer to recognize it as CH340, which would allow the installation of the correct driver to succeed.
I apologize in advance if this has already been covered. Have you tried using the latest FTDI drivers from their website here?: https://ftdichip.com/drivers/vcp-drivers/
PERT !!! O MY Gosh !!!!!!! my Lap Top successfully found that Driver !
AND THEN MY CODE UPLOADED SUCCESSFULLY!!!!!!!!!!!
before trying, I uninstalled the device as you suggested!
I am so thrilled !
I anticipated connecting my " arduino" uno would be the easiest part but it was on par with trouble shooting my code
Id like to thank everyone who chimed in and gave their 2 cents !
missdrew responded quickly and gave me hope then pert figured it out!
Thank you guys so much! the arduino forums are truly awesome because of people like you !!!
You're welcome. I'm glad to hear it's working now.
It would be interesting to learn the story of these chips. FTDI does not mention the availability of FT232R in this IC package so I'm doubtful that they are genuine FTDI products. My suspicion is that the Chinese counterfeit FT232R manufacturers have made a SOIC-16 variant, perhaps CH340 pinout compatible?
But my speculation is purely academic. The important thing is that you can now get to having fun with Arduino. Enjoy!