Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

Python-RLY02

Python code for controlling RLY02 (usb module with 2 relay outputs at 16A )

The relays are identified by 1 and 2 and the allowed actions are on, off and click. You can interact with them with things like:

Swith relay 1 on

python rly02.py -r 1 -a on

Swith relay 2 off

python rly02.py -r 1 -a off

Click relay 1 (on and off)

python rly02.py -r 1 -a click

Read relay states

python rly02.py -s

NOTE: ensure that you have the correct permissions in /dev/ttyACM0 for your user.

About

Python code for controlling RLY02 (usb module with 2 relay outputs at 16A )

Resources

Releases

No releases published

Packages

No packages published