#!/bin/bash
#
if [ ! -n "$1" ]
then
  echo "usage: `basename $0` comm_port "
  exit 1
fi  

$JAVA -cp $SIAM_CLASSPATH moos.utils.RXTXTest $*

