#!/bin/sh

# Tests the upload_eye program by receiving input
# to the eyebot over /dev/ttyS0 (COM1)

stty -F /dev/ttyS0 speed 115200 raw > /dev/null
cat /dev/ttyS0

