1
5x00 Hardware / Gps Problems
« on: August 31, 2005, 03:03:54 pm »Quote
It might be worth persisting with the "stty" command that I pulled out qpegps. See what format of the command
"stty 4800 line 0 min 1 time 0 ignbrk -brkint -icrnl -imaxbel -opost -onlcr onlret -isig
-icanon -iexten -echo -echoe -echok-echoctl -echoke < /dev/ttyS3" actually works
without errors. You might be able to get away with entering that command just before starting qpeGPS.
Interesting. After deleting the arguments that caused errors, I got this:
Code: [Select]
root@poodle:/# stty 4800 min 1 time 0 ignbrk -brkint -opost onlret -isig -icanon -iexten -echo -echoe -echok-echoctl -echoke < /dev/ttyS3
root@poodle:/# qpegps
card ready
port settings okSo it eliminated the error message, but I still get a red
GPS status in qpegps. I guess some of the arguments I deleted might really be necessary, or the problem is gpsd. I might try the alternate version of gpsd now, though I never did get any NMEA output from a telnet session with that one.
