4. Beginners Guide: Printing via USB – D8500 Enabler Lite/Pro Guide

:waving_hand: Introduction

While the recommended way to use your D8500 Enabler Lite/Pro is via WiFi and the Web Utility (for features like power loss recovery and remote monitoring), you can also connect it directly to your computer using a USB Type-C cable.

If your printer works via WiFi and the Web Utility, you can skip this guide and continue printing.

This guide will walk you through installing the necessary drivers, verifying the connection, and preparing your printer for USB-based printing.

:warning: Important: USB printing is the least preferred method.
It does not support power-loss recovery, which means your print will fail if power is interrupted during a job.


:toolbox: Prerequisite Software Setup

For your computer to communicate with the printer over USB, you’ll need to install a dedicated driver called CP2102.


1. Install USB Drivers

  1. Download the required driver:
    :backhand_index_pointing_right: CP2102 Driver for Windows

  2. Extract the downloaded .zip file into a folder.

    :warning: Do NOT attempt to run the files directly from the archive — they must be extracted first.

  3. Open the folder and run the correct executable based on your operating system:

    • :desktop_computer: pololu-cp2102-setup-x64.exe → for 64-bit Windows
    • :desktop_computer: pololu-cp2102-setup-x86.exe → for 32-bit Windows

  1. If the installer shows an error on Windows 8 or later, install the driver manually:

    • Right-click slabvcp.infInstall
    • Right-click pllucvp.infInstall

  1. During installation, Windows will ask for confirmation — click “Install” to proceed.


2. Verify the Connection

After the installation:

  1. Open Device Manager (Win + X → Device Manager).
  2. Expand the section Ports (COM & LPT).
  3. If the installation was successful, you’ll see your printer listed as:
Silicon Labs CP210x USB to UART Bridge

If the device is listed and recognised, your computer is now successfully communicating with the printer.


Pronterface Console

Once you open Pronterface, you should have the following screen in front of you:

To the left, you have your Menu to connect the printer in the top bar as well as the controls

Select your COM Port from the drop down list and set the Baude Rate to 250000:

image

Once done, click connect and the controls will shift from grayed out to full color, indicating the printer has connected successfully.

It is recommended to not control the printer using the manual buttons. If you absolutely need to, make sure you Home the printer first using the following button:

To the right, there is a console which displays a log of printers actions. It can also be used to send custom marlin commands to the printer.

:test_tube: Printing Workflow (USB Mode)

Once the driver is installed and the printer is recognized:

  1. Open your slicer software (e.g., Orca Slicer).
  2. Slice your 3D model and generate the GCODE file.
  3. Download Pronterface which is the software you will be using to send prints to the printer. To download, click here.
  4. Once downloaded, you should have the following screen:

  1. In the top left corner, select the port of the printer(as shown in the device manager) and click connect. The printer should connect and you should see a confirmation message on the right console:

  2. Once connected, click on load file button on the tope and select your .gcode file.

  3. Start the print and monitor the process from your computer.

:blue_book: For help setting up Orca Slicer, follow our Orca Slicer Setup Guide.


:warning: Limitations of USB Printing

While USB mode works reliably for simple prints, please keep these limitations in mind:

  • :cross_mark: No Power Loss Recovery: If power is lost during a print, it cannot be resumed.
  • :antenna_bars: No Remote Control: You cannot monitor or control the printer from another device.
  • :counterclockwise_arrows_button: Less Stable for Long Prints: Large GCODE files can sometimes cause communication issues over USB.

:white_check_mark: Recommended: Whenever possible, use WiFi + Web Interface for printing. It offers better reliability, more features, and improved safety for long prints.


:hammer_and_wrench: Common Issues & Fixes

Here are some common problems you might encounter — and how to fix them:

:cross_mark: Printer Does Not Appear in Device Manager

  • :white_check_mark: Restart Your Computer: After installing drivers, a system restart is sometimes needed for Windows to detect the device.
  • :electric_plug: Try a Different USB Port: Some ports may not supply enough power or have connectivity issues.
  • :counterclockwise_arrows_button: Reinstall the Driver: Uninstall the current driver, then repeat the installation process.
  • :repeat_button: Use Another Cable: Make sure you’re using a data-capable USB Type-C cable, not a charge-only cable.

:cross_mark: Printer Appears but Won’t Start Printing

  • :printer: Re-slice the File: Corrupted or incompatible GCODE files can cause the print job to fail.
  • :electric_plug: Reconnect USB: Disconnect and reconnect the cable to refresh communication.
  • :gear: Check COM Port Settings: Make sure the slicer is pointing to the correct COM port shown in Device Manager.

:books: Additional Resources