Symptom

The console cable (USB-to-serial adapter) is not recognized on a Windows laptop, preventing console access to the appliance. This is common on new laptops where the Silicon Labs CP210x driver is not pre-installed.


Root Cause

The Silicon Labs CP210x USB-to-UART bridge driver is missing. Modern Windows builds do not bundle this driver, so it must be installed manually.

Resolution

  1. Download the driver
    Go to the Silicon Labs driver page:
    https://www.silabs.com/software-and-tools/usb-to-uart-bridge-vcp-drivers
    Download the first option: CP210x Universal Windows Driver.
  2. Extract the ZIP
    Right-click the downloaded file and choose Extract All. Note the folder location.
  3. Install via Device Manager
    • Open Device Manager (right-click Start > Device Manager).
    • Click Action in the top menu, then select Add legacy hardware or Add Driver.
    • Browse to the extracted folder.
    • Select the correct .inffile for your Windows architecture:
      • 64-bit Windows: choose the x64 folder/file
      • 32-bit Windows: choose the x86 folder/file
    • Complete the wizard to install.
  4. Reboot if prompted
    A reboot may be required for the driver to load correctly. After rebooting, reconnect the console cable — it should now appear as a COM port in Device Manager.

Verification

After installation, open Device Manager and expand Ports (COM & LPT). You should see a Silicon Labs CP210x USB to UART Bridge (COMx) entry. Use this COM port in your terminal application (e.g., PuTTY or SecureCRT) at 115200 baud.



Notes

  • This affects most new laptops shipped without legacy serial drivers.
  • No internet access is needed after the ZIP is downloaded — the install is fully offline.