Run Python examples - Erriez/R421A08-rs485-8ch-relay-board GitHub Wiki
Start virtualenv as described in Windows and Linux.
Enter the following commands in a command prompt to run the examples:
Getting started
$ python examples/getting_started.py
Single relay board
$ python examples/single_relay_board.py
Multiple relay boards
$ python examples/multiple_relay_boards.py
wxPython toggle GUI
$ python examples/wxpython_toggle.py