gpscat 1 16 Nov 2006 gpscat dump the output from a GPS gpscat -s speed serial-port DESCRIPTION gpscat is a very simple little program that reads from a specified serial device (presumed to have a GPS attached) and dumps the output to standard output. Nonprintable characters are rendered as hexadecimal string escapes, except for CR followed by LF or LF preceded by CR. The program runs forever until interrupted by ^C or other means. This program is useful as a sanity checker when examining a new device. It can be used as a primitive NMEA logger, but beware that (a) interrupting it likely to cut off output in mid-sentence, and (b) to avoid displaying incomplete NMEA sentences right up next to shell prompts that often contain a $, it always emits an extra final linefeed. The program accepts the following options: -s Set the port's baud rate before reading. Specifying -s 4800 is frequently helpful with unknown devices. -h Display program usage and exit. -V Display program version and exit. SEE ALSO gpsd8, gps1, libgps3, libgpsd3, gpsfake1. gpsprof1, gpsctl1, sirfmon1. BUGS It is not yet possible to set parity and stop bits AUTHOR Eric S. Raymond esr@thyrsus.com. There is a project page for gpsd here.