Skip to content

123gmax/USB-relay-switch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USB-relay-switch

Application to control USB relay switch

Source code in this repo is developed to control the USB relay which is similar to the one shown below. It typically will have a CH340 chip interfaced to AVR chip(Atiny45) on board.

The source code of the application is in Python. The GUI is developed using PyQt. Serial commands are sent using PySerial.

Note : This application is not compatible with USB relay which just has AVR chip on it which typically use v-usb firmware to communicate over USB.

Start the application

Application can be started from terminal as follow. Make sure all modules(like PySerial, PyQt etc) are installed before staring.

$python run.py

There are also "precompiled binary" for Windows and Linux (Ubuntu). See folder "bin"

  1. Ubuntu OS : USBRealySwitch_ubuntu
  2. Windows OS : USBRealySwitch_Windows.exe

See help menu after launching the application to know about each setting.

Screen shots

About

Application to control USB relay switch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages