org.lsst.ccs.drivers.wattsup
Class TalkWatts
java.lang.Object
org.lsst.ccs.drivers.wattsup.TalkWatts
public class TalkWatts
- extends Object
Program to enable direct talking to a WattsUp? meter
- Author:
- Owen Saxton
|
Method Summary |
static void |
main(String[] args)
Main program |
void |
run(int index,
String serial)
Sends commands to the meter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TalkWatts
public TalkWatts()
main
public static void main(String[] args)
throws Exception
- Main program
- Throws:
Exception
run
public void run(int index,
String serial)
throws Exception
- Sends commands to the meter
Loops reading and processing each new typed command line.
- Throws:
Exception
Copyright © 2013 LSST. All Rights Reserved.