running gpsstatus opens new windows, like "gpsmon" and this in the console:
Code: Select all
pi@raspberrypi ~ $ gpsstatus /dev/ttyAMA0
Traceback (most recent call last):
File "/usr/local/bin/gpsstatus", line 577, in <module>
rc = curses.wrapper(main)
File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/local/bin/gpsstatus", line 571, in main
input_loop(fg)
File "/usr/local/bin/gpsstatus", line 437, in input_loop
time.sleep(0.250)
KeyboardInterrupt