dapperfu / libFTDI-Super4-Relay-Control

Control of the Super4 relayboard using the libFTDI rather than the proprietary FTDI ones.

Home Page:http://www.emx.net.au/super4usbrelay.htm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super4 C Interface

libftdi bit bang interface for Super4 USB Relay

USB hub powered, modular relay control board. Relays (4 x): 5 Amp 30VDC, 5Amp 250V AC

Uses libftdi instead of the libftd2xx drivers from FTDI.

Usage

make
./super4 -l # List devices
./super4 -m 15 # All relays on.
./super4 -m 0 # All relays off.
./super4 -r # Read relay status.

About

Control of the Super4 relayboard using the libFTDI rather than the proprietary FTDI ones.

http://www.emx.net.au/super4usbrelay.htm

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 84.5%Language:Makefile 15.5%