#!/bin/sh
#
#PORT=/dev/dcf
PORT=/dev/ttyS0

stty -F $PORT ispeed 50
stty -F $PORT raw
stty -F $PORT -hupcl
stty -F $PORT min 1
cat $PORT | ./ldcf
