mini-box / m4atx

M4-ATX, 250w output, 6v to 30v wide input Intelligent Automotive DC-DC Car PC Power Supply

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

m4api is a tool for monitoring and configuring Mini-Box M4-ATX power supplies.

Built using libusb 0.1, m4api can be used on Linux, Mac, BSD and Windows
systems. For information about libusb, see http://www.libusb.org/.

Up-to-date source code is available at:
  http://ram.umd.edu/wiki/Public/Software/m4api
  or http://ram.umd.edu/git/

For Git access:
  $ git clone git://ram.umd.edu/bits/m4api.git

INSTALLATION
============

$ mkdir -p build
$ cd build
$ cmake ..
$ make
$ sudo make install

USAGE
=====

$ ./m4ctl -diag [loop]         # Print diagnostic values
$ ./m4ctl -config              # Print all config values
$ ./m4ctl -config FIELD        # Print one field
$ ./m4ctl -config FIELD VALUE  # Set one value

-- Ken Tossell
   ktossell@umd.edu

About

M4-ATX, 250w output, 6v to 30v wide input Intelligent Automotive DC-DC Car PC Power Supply

License:GNU Lesser General Public License v2.1


Languages

Language:C 89.1%Language:CMake 8.2%Language:Shell 2.7%