#!/bin/csh -ef
# Upload data via COM1 from EyeBot

stty speed 57600 crtscts < /dev/ttyS0 >/dev/null
echo Receiving at 57600
cat /dev/ttyS0 >$1
