Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Jul 2003 12:52:31 -0400
From:      "Troy Settle" <troy@psknet.com>
To:        <freebsd-isp@freebsd.org>
Subject:   Reading data from serial port
Message-ID:  <E19dYVl-0000S0-Df@psknet.com>

next in thread | raw e-mail | index | archive | help

Does anyone have a script (perl or shell) that can read data from a serial
port (1200/8n2)?  I thought that something as simple as this would work, but
it doesn't seem to do the trick:

#!/bin/sh
cat /dev/ttyd0 | while read line ; do ...; done

TIA,

--
  Troy Settle
  Pulaski Networks
  http://www.psknet.com
  540.994.4254 ~ 866.477.5638
  Pulaski Chamber 2002 Small Business Of The Year
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19dYVl-0000S0-Df>