Hey guys. First, of all thanks for helping! Second, i don't know if this is the right thread for my issue or not.
I just tried to connect my esp32-wroom-32D. The PC cannot connect to the board, for some reason. in the serial monitor it says: "Port monitor error: command 'open' failed: Invalid serial port. Could not connect to COM1 port.
I have an other version of an esp32 also laying around. that one works fine, but is a diffrent kind of esp32 tho.
That's a module with castellated side contacts, no USB connector, no power supply etc. It's a 'bare' ESP32 so to speak. What kind of board are you using? Can you post a photo?
Please go into the Device Manager on Windows and verify how many COM ports there are. On many PC's, COM1 is a default COM port reported by the BIOS and it may not even be broken out on a hardware port. It may be entirely unrelated to your ESP32 board.
OK, you may need to install the CH340 drivers, although in my experience Windows tends to install them automatically.
No, that's not the right part. This bit you need to look at:
If the driver hasn't installed properly, you may have an 'unknown' device somewhere in the tree. Can you post the whole thing, with the COM ports expanded - like this:
Do you have another microcontroller board connected to the computer? Or a USB-UART bridge? COM3 shows a CP2102 but that's not what's on the board you photographed.
You did not post the whole tree.
Also, the cable that you use to connect the board to the computer, are you certain that it's suitable for data transfer? There are a lot of USB cables around that only provide power to the peripheral ('charging cables') without connecting the data lines. The PC won't detect the board if you use one of those cables.