Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cyberhobo

Pages: [1]
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 ok

So 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.

2
5x00 Hardware / Gps Problems
« on: August 31, 2005, 11:00:15 am »
For my problem, I reviewed the various fixes posted for Haicom GPS cards that Ian linked to.  They seemed a bit involved and difficult to reverse, so I decided to see if my GPS card would work with zRoadmap first.  It does!  

This leads me to believe that my problem with qpegps is indeed related to the version of stty in OZ 3.5.3, and possibly gpsd.  My end goal is to use qpegps with topo maps, so I will continue to experiment with these.

3
5x00 Hardware / Gps Problems
« 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):
Code: [Select]
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!

Pages: [1]