psu - bruno-beloff/scs_dev GitHub Wiki
docs > software repositories > scs_dev > commands > device control
DESCRIPTION
The psu utility is used to communicate with the South Coast Science power supply (PSU) board for BeagleBone via a serial port connection.
The utility can be used in either of two modes:
- Interactive - the user is given a command prompt. A series of commands can be issued.
- Command - a single PSU command is supplied as a command line parameter
Note: the psu utility is not available on Raspberry Pi systems.
SYNOPSIS
psu.py { -i | CMD [PARAMS] } [-v]
Options | |
---|---|
--version | show program's version number and exit |
-h, --help | show this help message and exit |
-i, --interactive | interactive mode |
-v, --verbose | report narrative to stderr |
EXAMPLES
./psu.py -i
FILES
~/SCS/conf/psu_conf.json
SEE ALSO
BUGS
The psu utility is typically locked by the status_sampler utility, and is therefore not available to other processes.