Java wrapper to connect with Power PMAC, initialize the gpascii text interpreter, set parameter values, and get parameter values.
To bring this into you project (e.g., Eclipse), right-click the package in the package explorer -> build path -> add external libraires and include the .jar
To bring this into you project (e.g., Eclipse), right-click the package in the package explorer -> build path -> add external libraires and include the .jar
See javadoc in doc/
See test/TestDeltaTauComm.java
Use this method to send a “set” command to the Power PMAC, e.g., “DestCS2X=100.3”. Set commands always contain “=”
Use this method to send a “get” command to the Power PMAC, e.g., "DestCS2X", and receive the value as a String
Use this method to close the SSH session