Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.11 KB

README.rst

File metadata and controls

49 lines (33 loc) · 1.11 KB

CP210xControl

A Simple GUI to the CP210x USB to UART Bridge of Silicon Labs

Tested with the Silicon Labs CP2104 chip on a Conrad Relay Board.

Requirements

Installation

  1. Install the VCP Driver from Silicon Labs
  2. Install the packages via pip
# install julesTk dependency
pip install git+https://github.com/jjongbloets/julesTk/master
# install CP210xControl
pip install git+https://github.com/jjongbloets/CP210xControl/master

Running

Upon installation, a small console script is generated. This script can be executed from the command-line:

CP210xControl

Or via the python console

from CP210xControl import start_app
start_app()