#!/bin/bash
#
if [ ! -n "$2" ]
then
  echo "usage: `basename $0` -c channel -s slot"
  exit 1
fi  
#
# Script executes moos.utils.DpaPortTo485()
$JAVA -cp $SIAM_CLASSPATH moos.utils.DpaPortTo485 $*

