#!/bin/sh

# Tests the serial_eye program by sending keyboard input
# to the eyebot over /dev/ttyS0 (COM1)

stty -F /dev/ttyS0 speed 9600 raw > /dev/null
cat > /dev/ttyS0

