Internet of Things

ESP32 Com Port – CP2102 USB to UART Bridge Controller

I’ve been building a new project using an ESP32 microcontroller. Plugging the ESP32 into my Windows development laptop wasn’t showing up the com port for the device. Looking into Device Manager I saw the error below associated with the CP2102 USB to UART Bridge Controller. After some searching I found the CP210x USB to UART Bridge Virtual COM Port (VCP) drivers are required for device operation as a virtual com port to facilitate host communication with CP210x products. The Windows Universal Driver (along with drivers for other platforms) can be downloaded from Silicon Labs website here.

After extracting the archive I installed the driver by right clicking on the silabser.inf file …

… and selecting Install.

Following the installation of the CP2102 USB to UART Bridge Controller driver I was able to see the device under Ports (COM & LPT) along with the communications port number it had been assigned.

Hopefully this helps someone else as well as myself the next time I’ve got a laptop without the virtual com port driver installed.

Darren Robinson

Bespoke learnings from a Microsoft Identity and Access Management Architect using lots of Microsoft Identity Manager, Azure Active Directory, PowerShell, SailPoint IdentityNow and Lithnet products and services.

Recent Posts

Visualising your IP Address using PowerShell and AI

A few weeks back the Microsoft AI Tour was in Sydney Australia. There was a…

3 weeks ago

Where the heck is the PowerShell Module loading from?

If you're anything like me you always have PowerShell open, and often both PowerShell and…

4 months ago

Express Verified ID Setup

Decentralised Identity is a technology I'm passionate about and have written many posts and tools…

5 months ago

Orchestrating 1Password with PowerShell

Over two years ago I authored a PowerShell Module that enabled the automation of 1Password.…

8 months ago

Entra ID Tenant ID & Custom Domains PowerShell Module

Buried in my PowerShell Snippets Vol 4 post from 2021 is the PowerShell script and…

8 months ago

Windows Subsystem for Linux instance has terminated

Short post on how to recovery from "The Windows Subsystem for Linux instance has terminated"…

9 months ago

This website uses cookies.