Hello @ptillisch - I've tried to do all steps as you decribe, but I have one difference (I think most important) - I cannot see USB-SERIAL CH340 (COMn), Instead of this I see .
Version of my driver is:
If it isn't clear, alternatively you can provide the link to where you bought the board from and we'll see if we can determine the chip from the product listing.
Hi @ptillisch. Currently, I'm using Wemos D1 from several lots. All of them looks the same with top of the chip completely cleared. Some boards are identified as USB Serial USB CH340 some as USB Serial only.
Left is identified as CH340, right - not.
You should know - I changed cables, ports in computer and nothing. I noticed problem is much more often for chips "serial only".
Thanks for the clarification. I'm a bit doubtful that COM4 is the port of your Wemos D1 board because Windows Device Manager is indicating that COM4 is produced by a chip manufactured by FTDI, but the chips on your Wemos D1 boards are the WCH CH340, not an FTDI chip.
Please perform this experiment to conclusively determine whether COM4 is the port produced by the Wemos D1 board:
Disconnect the USB cable of the Arduino board from your computer.
Select Tools > Port from the Arduino IDE menus.
Take note of the ports (if any) listed in the menu.
Close the Tools menu. The ports list is only updated when the Tools menu is re-opened, so this step is essential.
Connect the Arduino board to your computer with a USB cable.
Select Tools > Port from the Arduino IDE menus. - If a new port is listed in the menu, that is the port of your Arduino board.
Now please reply here on this forum thread with the answer to the following question:
While following those instructions, did you see a port in the Tools > Port menu at step (6) that was not present at step (3)?
So - it seems that Wemos produces COM4 but is identified as other chip.
On another note, I bought a few more boards and they have the same behaviour. After contacting the seller it turned out that these are probably counterfeit chips and are not compatible with the CH340. I returned the purchased boards and received another one that worked.
Thanks for taking the time to post an update. I'm glad you were able to obtain boards that work correctly.
It is very interesting to learn about these chips on the bad boards you received. It is well known that the chips marked as "FTDI FT232RL" on the cheap Chinese products are always counterfeits (but fully functional at least). We are also familiar with the unlabeled SOIC-16 chips that identify as WCH CH340, but are incompatible with the latest WCH driver. But an unlabeled SOIC-16 that identifies as an FTDI device is new to me. Hopefully we won't see these become a new cause of sorrow for the Arduino community members who take the gamble of buying suspiciously cheap boards from random sellers.