Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have NMEA text traffic coming in a USB port which I would like to capture & massage. I can view this traffic through cu(1). I realize script(1) can capture serial output, but I don't want to spool all this data to disk; I would rather intercept the traffic to compute various parameters & throw it away. Is there a way I can split off this traffic for analysis in Perl?
Thanks for any candor shared.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: trapping output of cu(1)?
by superfrink (Curate) on Oct 03, 2007 at 16:31 UTC | |
by Anonymous Monk on Oct 03, 2007 at 20:36 UTC | |
by superfrink (Curate) on Oct 03, 2007 at 21:44 UTC | |
by Anonymous Monk on Oct 03, 2007 at 18:11 UTC | |
Re: trapping output of cu(1)?
by bruceb3 (Pilgrim) on Oct 03, 2007 at 17:09 UTC |