KevinOchs / dcdc-usb

Mini-Box DCDC-USB, Intelligent buck-boost DC-DC converter with USB interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mini-Box DCDC-USB

Linux application(dcdc-usb) and library (libdcdc-usb) for controlling and listing the 
parameters of mini-box.com DCDC-USB product (http://www.mini-box.com/DCDC-USB)

Compiling and Installing:

Make sure you have libusb and libusb development packages installed.

make clean install

It will install by default in /usr/local/

Usage:

dcdc-usb with no parameters will display the current output voltage.
sudo dcdc-usb -a will display all settings from the device.
sudo dcdc-usb -v 20.50 will set the output voltage to 20.5V.


About

Mini-Box DCDC-USB, Intelligent buck-boost DC-DC converter with USB interface


Languages

Language:C 95.9%Language:Makefile 4.1%