public class Main {
public static void main(String[] args) {
RPCConnection connection = null;
// connection = new InternetRPC("10.1.92.2", 193);
// try {
// connection = new USBRPC(0);
// } catch (NoSuchPortException e) {
// // TODO Auto-generated catch block