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

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