ESP32 not recognized by PC. No COM port problem!

minky.lg2d
Posts: 1
Joined: Wed Jun 16, 2021 1:21 pm

Re: ESP32 not recognized by PC. No COM port problem!

Postby minky.lg2d » Wed Jun 16, 2021 1:28 pm

grasvezel wrote:
Thu May 31, 2018 6:40 pm
Apart from what kolban said, I would like to add two comments:

1) Nowadays there are a lot of cheap (Chinese) USB cables that can only be used for charging or powering devices. I assume these have only 2 out of 4 wires: ground and +5V, but no data lines. If you would use a cable like that, the result would be what you described. So make sure you have a 'real' USB cable by testing it on another device. Don't just check if it charges your phone, but check if you are actually able to transfer data.

2) The USB connection is not handled by the ESP32, as an ESP32 only has serial lines (rx and tx), no USB. A dev board typically includes some sort of USB to serial converter chip (sometimes refered to as FTDI). This chip communicates with your computer, resulting in the creation of a virtual COM port. If you have a driver for that chip instaled, otherwise it won't work. Without a driver the chip probably turns up as unsupported or unrecognised device in your hardware list. Although the ESP32 module may be the same, you might have a dev board with a different USB to serial converter than other devices you might have tested on your computer. So if one dev board works and another one doesn't, that does not necessarily mean the board is defective. You might just need to install a driver for the USB to serial chip on your dev board.

With a good cable and the right driver installed, your PC shoud present a COM port even if you would completely remove the ESP32 module from the board, because the USB communication is not handled by the ESP32.
Thank you so much, after changing USB cables, the driver is detected

freeride01
Posts: 16
Joined: Wed May 05, 2021 11:00 am

Re: ESP32 not recognized by PC. No COM port problem!

Postby freeride01 » Mon Jun 21, 2021 12:02 pm

Can someone who has gotten the Ethernet Kit or the Wrover Kit to work on Windows 8.1 share what driver exactly they used to make the module appear as two COM ports? Because when I use the VCP driver from https://ftdichip.com/drivers/vcp-drivers/ they show up as two USB controllers.

kutukvpavel
Posts: 1
Joined: Mon Apr 25, 2022 10:15 pm

Re: ESP32 not recognized by PC. No COM port problem!

Postby kutukvpavel » Mon Apr 25, 2022 10:23 pm

Last time I checked, FTDI VCP drivers for FT2232H (used on your board) worked fine on Win7 (presumable 8 too). FT2232H indeed has 2 multifunctional ports: A and B. By default, they should be configured as UARTs. However, since your system recognizes the device, but doesn't show the serial ports, and you are not running Win10, I wonder whether this is related: https://github.com/kutukvpavel/Esp32-Win7-VCP-drivers

You could try to change VID/PID in the INFs and manually install them. If still no luck, then I'd say your FT2232 configuration is messed up somehow (but how?? it requires an external EEPROM to operate any other mode but default, AFAIR...).

AndersM
Posts: 1
Joined: Thu Dec 29, 2022 10:19 am

Re: ESP32 not recognized by PC. No COM port problem!

Postby AndersM » Thu Dec 29, 2022 10:43 am

COM port not shown on HP spectre, windows 11. Trying to connect a ESP32-wrover-ie.
Is it related to computer, OS or some other problem?
Can't get Silcon labs CP210x driver to start, if COM port added manually?

I am trying to connect on a Hp Spectre the ESP32-wrover-ie (it has a CP210x chip for USB to UART).
I downloaded and installed the Silicon Labs driver for CP210x but no Ports (COM & LPT) was shown in Device Manager.
I then manually installed a Port in the Device Manager>Actions>Install legacy HW choosing Ports> Silicon lab > CP210x

But CP210x driver do not start?
I have tried all versions but it won't work. I have tried adding virtual COM ports using Electronic Teams drivers but they don't have the UART support so the CP210x doesn't work?

ESP_Sprite
Posts: 9711
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32 not recognized by PC. No COM port problem!

Postby ESP_Sprite » Fri Dec 30, 2022 3:06 am

Are you 100% sure you're not using a charging-only USB cable?

jenscoosemans
Posts: 1
Joined: Tue Mar 28, 2023 3:12 pm

Re: ESP32 not recognized by PC. No COM port problem!

Postby jenscoosemans » Tue Mar 28, 2023 3:25 pm

Hi,
I had the same issue when first using an ESP32 on a new device, the issue for me was that it was plugged in through the UART port instead of the USB port, which resulted in it not downloading the drivers

captbithead
Posts: 1
Joined: Sun Sep 22, 2024 1:43 am

Re: ESP32 not recognized by PC. No COM port problem!

Postby captbithead » Sun Sep 22, 2024 1:56 am

Here is what fixes the problem for me...

TL;DR;
1. Reboot Windows.

Blah; Blah; Blah;
Yup, that seems to clear whatever munges the COM Port issue. I've tried many other things: trying to disable device, restarting the Arduino IDE, unplugging and plugging back in the ESP32, plugging in a different ESP32. No luck. Rebooting, while a PITA, resets the COM Port. If I find a better, easier solution, I'll repost.

My devices and setup
- I am using an ESP32 by HiLetgo (full details below).
- I am using Window 10 Pro
- I'm using Arduino IDE version 2.3.2

My ESP32 board on Amazon - https://a.co/d/iE4fcq8
ESP-32D ESP-WROOM-32 CP2012 USB C 38 Pin WiFi+Bluetooth Dual Core Type-C Interface ESP32-DevKitC-32 Development Board Module STA/AP/STA+AP

lisandru
Posts: 2
Joined: Tue Oct 22, 2024 7:01 pm

Re: ESP32 not recognized by PC. No COM port problem!

Postby lisandru » Tue Oct 22, 2024 7:11 pm

Hello people! I just bought 2 x ESP32-S2 WROOM with direct USB connection on the board. The thing is that I just can't connect it to my pc, it doesn't recognize them, they won't appear in driver manager, I also installed drivers. What else can I do, tried them both, also the lights turn on but doesn't connect. Please help! (I tried on linux too)

ESP_Sprite
Posts: 9711
Joined: Thu Nov 26, 2015 4:08 am

Re: ESP32 not recognized by PC. No COM port problem!

Postby ESP_Sprite » Wed Oct 23, 2024 1:21 am

- Try holding the boot button when plugging them in.
- Are you 100% sure you're not using a charging-only USB cable? Lots of people have been bitten by this one.

lisandru
Posts: 2
Joined: Tue Oct 22, 2024 7:01 pm

Re: ESP32 not recognized by PC. No COM port problem!

Postby lisandru » Wed Oct 23, 2024 10:11 am

So here is the exact ESP32-S2 WROOM model in the link below, it has the usb incorporated. Also tried to hold the only button on it, asume is the boot button, after I insertion.
Thank you for replies.

https://www.fruugo.ro/placa-de-dezvolta ... 7HEALw_wcB

Who is online

Users browsing this forum: No registered users and 55 guests