gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] gpsmon: says 8N1N1, missing error msg


From: Paul Fertser
Subject: Re: [gpsd-dev] gpsmon: says 8N1N1, missing error msg
Date: Tue, 19 Nov 2013 15:28:28 +0400
User-agent: Mutt/1.5.17 (2007-11-30)

On Tue, Nov 19, 2013 at 03:07:59AM -0800, Hal Murray wrote:
> Unfortunately, gpsmon doesn't flush the buffer so it all gets the same time 
> stamp when there is enough.

Hm, apparently pipe is not a terminal so it defaults to buffered (not
line-buffered) mode. 

Try running ``stdbuf -oL gpsmon...''. Alternatively, adding ``grep
--line-buffered .'' to the pipe might help though it's not POSIX
probably.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]