USB Relay 2 Channel Programmable Computer Control. Windows and Linux drivers.
Features:
This is a USB controlled relay Board with 2 channels. It’s used the HID technology, so no need to install any driver in windows system and is easy to use.
There is also an application and the C++ develop library that you can use to integrate this module to your project.
This module can be used for the following:
Module Parameter
Software Application
1. Supply the application code
2. Supply C++ lib and dll for building your own project(include usb_relay_device.dll, usb_relay_device.lib, usb_relay_device.h)
Source code of the application is available here or here
Windows.
My driver installation took about 10 minutes
Here is an example how to control the relay in command line.
CommandApp_USBRelay.exe [device id] [close / open] [relay nr]
Linux
Here is a screenshot of the Windows application.