LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-10-2009, 06:41 AM   #1
srinivasmiriyalu
Member
 
Registered: Mar 2009
Location: Banglore-India
Distribution: RHEL5.2,Fedora9&11,Opensolaris 5.11,SXDE 1/08,CentOS-5.3,Ubuntu 8.10
Posts: 149

Rep: Reputation: 16
Need software to read Data from HOLUX GM-210 GPS receiver for Ubuntu 8.10


hi friends
I have HOLUX GM-210 GPS reciver. I need software for PC to talk with this device... can anybody have idea about that
 
Old 06-10-2009, 09:03 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,635

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by srinivasmiriyalu View Post
hi friends
I have HOLUX GM-210 GPS reciver. I need software for PC to talk with this device... can anybody have idea about that
How do you mean "talk"?? For mapping, GPSdrive is a great program, and I'm sure there are others. If you want to run NTP off of it, as long as it's a NMEA compatible device, just plug it in, and tell NTP to use it.

Might also help to mention something about the hardware (USB? Serial?), and what version/distro of Linux you're using, and tell us more about what you're trying to do...
 
Old 06-12-2009, 12:33 AM   #3
srinivasmiriyalu
Member
 
Registered: Mar 2009
Location: Banglore-India
Distribution: RHEL5.2,Fedora9&11,Opensolaris 5.11,SXDE 1/08,CentOS-5.3,Ubuntu 8.10
Posts: 149

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by TB0ne View Post
How do you mean "talk"?? For mapping, GPSdrive is a great program, and I'm sure there are others. If you want to run NTP off of it, as long as it's a NMEA compatible device, just plug it in, and tell NTP to use it.

Might also help to mention something about the hardware (USB? Serial?), and what version/distro of Linux you're using, and tell us more about what you're trying to do...
Hi,

Here, talk means..i just want to connect the Holux GM210 device to mylaptop which has ubuntu 8.10 operating system.

This Holux GM-210 receiver has USB to connect laptop.

What I Need ?

1. I want to read tha data from this GPS device into my laptop.

2.Store that GPS Log into mysql database for every 10 seconds.

3. Then i am planning to show this gps track data on google map.

What i am doing/did?

1. I came to know from google search, gpsd can read the data from Holux GM-210...then i installed gpsd like below article,

http://www.fsckin.com/2008/04/06/rev...-gps-packages/

But when i am trying to check,"gpsprof -f cycle"

Its taking so much time and not giving any output.

I read some where in google about xgps, i typed in my terminal then i got window..there it showing "gps status is not fix"

Please help me how to fix this problem or read the data from this device.

2) To store this GPS data log to mysql db i got one script in following link,(im my laptop mysql,php,apache2,phpmyadmin already installed)
http://www.virtualroadside.com/geoHist/

i tried to install like this site but i got error when i am configuring,

configure: error: "mysql client libraries are not installed!"

Please help me, regarding this stuff.

Thanks in advance,

sincerely,
srinivas

Last edited by srinivasmiriyalu; 06-12-2009 at 03:45 AM.
 
Old 06-12-2009, 09:39 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,635

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by srinivasmiriyalu View Post
Hi,

Here, talk means..i just want to connect the Holux GM210 device to mylaptop which has ubuntu 8.10 operating system.

This Holux GM-210 receiver has USB to connect laptop.

What I Need ?

1. I want to read tha data from this GPS device into my laptop.
2.Store that GPS Log into mysql database for every 10 seconds.
3. Then i am planning to show this gps track data on google map.
What i am doing/did?

1. I came to know from google search, gpsd can read the data from Holux GM-210...then i installed gpsd like below article,

http://www.fsckin.com/2008/04/06/rev...-gps-packages/

But when i am trying to check,"gpsprof -f cycle"

Its taking so much time and not giving any output.

I read some where in google about xgps, i typed in my terminal then i got window..there it showing "gps status is not fix"

Please help me how to fix this problem or read the data from this device.
First, you do realize you have to be OUTSIDE for it to work, right? GPS signals rarely are strong enough to get picked up indoors. If it's a USB device, when you plug it in, you'll have to configure your GPS software (whatever it is), to read FROM that device. Chances are, it'll be something like /dev/ttyUSB0, etc. Look at the output of dmesg, then plug the device in, and look again. You should see what device it shows up as.

Quote:
2) To store this GPS data log to mysql db i got one script in following link,(im my laptop mysql,php,apache2,phpmyadmin already installed)
http://www.virtualroadside.com/geoHist/

i tried to install like this site but i got error when i am configuring,

configure: error: "mysql client libraries are not installed!"

Please help me, regarding this stuff.
Ok...you need to install the mysql client libraries. There is alot of info on Google on how to do this.
 
Old 06-16-2009, 05:23 AM   #5
srinivasmiriyalu
Member
 
Registered: Mar 2009
Location: Banglore-India
Distribution: RHEL5.2,Fedora9&11,Opensolaris 5.11,SXDE 1/08,CentOS-5.3,Ubuntu 8.10
Posts: 149

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by TB0ne View Post
First, you do realize you have to be OUTSIDE for it to work, right? GPS signals rarely are strong enough to get picked up indoors. If it's a USB device, when you plug it in, you'll have to configure your GPS software (whatever it is), to read FROM that device. Chances are, it'll be something like /dev/ttyUSB0, etc. Look at the output of dmesg, then plug the device in, and look again. You should see what device it shows up as.
Hi,
I tried my device from outside also but still same problem.

What I did:
======

1. To check my device, "dmesg | grep tty"

[ 0.004000] console [tty0] enabled
[ 2.409466] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.409795] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 2.411230] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.411976] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 162.922787] usb 1-2: pl2303 converter now attached to ttyUSB0
[ 306.451893] pl2303 ttyUSB0: pl2303 converter now disconnected from ttyUSB0
[ 379.268303] usb 1-1: pl2303 converter now attached to ttyUSB0

form this i understood..device at /dev/ttyUSB0

2. $ sudo gpsd -N -n -D 2 /dev/ttyUSB0
I got below data,

gpsd: launching (Version 2.37)
gpsd: listening on port gpsd
gpsd: successfully connected to the DBUS system bus
gpsd: running with effective group ID 0
gpsd: running with effective user ID 0
gpsd: opening GPS data source at '/dev/ttyUSB0'
gpsd: speed 9600, 8N1
gpsd: garmin_gps not active.
gpsd: gpsd_activate(1): opened GPS (5)
gpsd: speed 4800, 8N1
gpsd: ntpd_link_activate: 0
gpsd: FV 0x06: Firmware version: 231.000.000ES
gpsd: Firmware has XTrac capability


3. $ gpsprof -f cycle
gpsprof: looking for fix...\

When i am trying to fix it, its taking long time and not fixing also..i tried nearly 40 minute..still not fixing....i hope here only i am facing the problem.

4. telnet localhost 2947

then its giving,
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
after this, i pressed 'r' and entered it(to enter in raw mode). Then,

GPSD,R=1
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
'
'
' same data is coming

After 5 minutes, i pressed 'p' and entered to get current position.
then data like below,

p
GPSD,P=?
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
$GPRMC,235959,V,0000.0000,S,00000.0000,W,0.0000,0.000,311269,,*3A
'
'
'
5. I tried to get latitude, longitude and altitude etc. by using "xgps". Then, i got gui window and in that status is sowing not fix..and remainig deatails are not showing....

Please help me how to get the data from Holux GM-210 device.
Thanks in advance,

sincerely,
srinivas
 
Old 06-16-2009, 08:53 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,635

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by srinivasmiriyalu View Post
Hi,
I tried my device from outside also but still same problem.

Please help me how to get the data from Holux GM-210 device.
Thanks in advance,
Yes, we're trying to, now aren't we?

Did you read the man page on gpsprof? Specifically where you have to set the baud rate of the incoming device, which you're not doing. Also, I mentioned gpsdrive in my first post, which IMO, is a great way of determining if your GPS unit is working at all.

And have you checked the website? http://www.holux.com/JCore/en/suppor...loadCenter.jsp has drivers for Holux GPS receivers for Linux, which come with instructions.
 
Old 06-18-2009, 05:31 AM   #7
srinivasmiriyalu
Member
 
Registered: Mar 2009
Location: Banglore-India
Distribution: RHEL5.2,Fedora9&11,Opensolaris 5.11,SXDE 1/08,CentOS-5.3,Ubuntu 8.10
Posts: 149

Original Poster
Rep: Reputation: 16
Need software to read Data from HOLUX GM-210 GPS receiver for Ubuntu 8.10

I have installed gpsdrive...and trying to work with my gps-receiver(HOLUX GM-210),when i opened gpsdrive GUI,the status of gps is showing "not fix"
I set the Baud-rate but no improvement in output.
 
Old 06-18-2009, 08:46 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,635

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by srinivasmiriyalu View Post
I have installed gpsdrive...and trying to work with my gps-receiver(HOLUX GM-210),when i opened gpsdrive GUI,the status of gps is showing "not fix"
I set the Baud-rate but no improvement in output.
Did you get the drivers/software from Holux, as I suggested in my last post?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Probem with GPS receiver tanell General 2 08-30-2008 04:29 PM
Holux GPS, gpsd, and GpsDrive skmassey Linux - Hardware 3 11-06-2006 02:38 PM
GPS receiver. airsnort and suse 10 narutovsvegito Linux - General 1 07-14-2006 05:20 PM
GPS receiver device - HCL known good devices? lazlow69 Linux - Hardware 1 08-12-2004 09:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration