mzuvin / CP210xControl

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

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

License:MIT License


Languages

Language:Python 100.0%