Skip to content

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

License

Notifications You must be signed in to change notification settings

ajongbloets/CP210xControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages