#!/bin/bash DEVICE=/dev/ttyS0 stty -F $DEVICE 9600 raw crtscts -echo cstopb (cat $1 ; sleep 29 )> $DEVICE echo "Complete!"