3
« on: August 26, 2005, 04:14:09 pm »
I've been watching this thread carefully, as I have the same symptoms (green gpsd, red GPS indicator on SL-5600, Hentges OZ 3.5.3 ROM, Haicom 303-MMF GPS). I have some different diagnostics, though (note that I'm inside, and don't expect to receive any signal):
root@poodle:/# cardctl status
Socket 0:
3.3V 16-bit PC Card
function 0: [ready], [bat dead], [bat low] Socket 1:
no card
root@poodle:/# ls -l /dev/ttyS3
crw-r----- 1 root root 4, 67 Aug 5 04:27 /dev/ttyS3
root@poodle:/# stty < /dev/ttyS3
speed 115200 baud;
min = 1; time = 0;
-brkint -icrnl -imaxbel
-opost
-isig -icanon -iexten -echo
root@poodle:/# gpsd -p /dev/ttyS3
root@poodle:/# telnet localhost 2947
r
GPSD,R=1
$GPRMC,004314,V,18000.0000,N,0.0000,W,0.0000,180.000,101102,,*19
$GPGSA,A,1,,,,,,,,,,,,,0.0,50.0,0.0*05
$GPRMC,004319,V,18000.0000,N,0.0000,W,0.0000,180.000,101102,,*14
$GPGSA,A,1,,,,,,,,,,,,,0.0,50.0,0.0*05
$PGRME,406.91,0.00,0.00*75
^c
root@poodle:/# /opt/QtPalmtop/bin/qpegps &
card ready
executing stty
stty: invalid number `line'
root@poodle:/# cardctl status
Socket 0:
3.3V 16-bit PC Card
function 0: [ready], [bat dead], [bat low]
Socket 1:
no card
root@poodle:/# cat /dev/ttyS3
2E³ ¢ ºÆ°³ ¢4³ ¢
root@poodle:/#
Things that look like possible problems, but I'm not sure about:
[bat dead]: it's been charging for a long time, and charged indicator on the unit has come on. Seems like it's working.
speed 115200 baud: is this supposed to be 4800?
telnet localhost 2947: seems like this is correct output, but I can't read it.
stty: invalid number `line': i have no idea if this is a problem.
cat /dev/ttyS3: binary stuff, not correct? related to the speed?
One thing I noticed is that my /dev/ttyS3 has group read permissions, and Lee's doesn't. Could that be part of his problem?
Thanks for any help!