Re: Capturing Data from Com Port

2003-02-26 Thread Gene Yoo
Al Sparks wrote: What programs are out there which will capture data from a PC's com port, and allow me to redirect it to somewhere else? === Al i use minicom -- <> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (GNU/Linux) iQCUAwUBPhxERRxoV

Re: Capturing Data from Com Port

2003-02-25 Thread Al Sparks
ameron Simpson" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, February 25, 2003 21:06 > Subject: Re: Capturing Data from Com Port > > > > On 20:23 25 Feb 2003, Al Sparks <[EMAIL PROTECTED]> wrote: > > | What programs are out there wh

Re: Capturing Data from Com Port

2003-02-25 Thread David Busby
You can also use perl open(H_COM, ") { print H_OUT; } - Original Message - From: "Cameron Simpson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 21:06 Subject: Re: Capturing Data from Com Port > On 20:23 25 Feb 2003, Al Sp

Re: Capturing Data from Com Port

2003-02-25 Thread Cameron Simpson
On 20:23 25 Feb 2003, Al Sparks <[EMAIL PROTECTED]> wrote: | What programs are out there which will capture data from a PC's com | port, and allow me to redirect it to somewhere else? "cat" ? cat /dev/ttyS0 >>logfile Other less trivial examples no doubt abound. -- Cameron Simpson, DoD#743