GRTServo s = new GRTServo(0);
s.start();
RPCServo rpcservo = new RPCServo(hsc, 12, s);
rpcservo.startListening();
}
public static void start() throws IOException {
InputStream in = Connector.openInputStream("serial://usb");
OutputStream out = Connector.openOutputStream("serial://usb");