View Single Post
  #3 (permalink)  
Old 12-30-2007, 01:07 PM
Ian_McCrum Ian_McCrum is offline
Newbie
 
Join Date: Dec 2007
Posts: 3
Credits: 0
Rep Power: 0
Ian_McCrum is on a distinguished road
Default

Quote:
Originally Posted by sharath View Post
hi,
i'm a engineering student from india, and im looking forward to develop an application based on GPS, which Amaryallo series GPS unit did you use i would like to buy the unit, it will be a great help if you tell me from where you got it and how you got the source codes for finding longitude and latitude, i've been searching for such an api from a very long time,
Thanking You
Sharath
My website www.eej.ulst.ac.uk/~ian/modules/EEE348J1/vb/gps/ has a VB program I wrote to do this its is called gpsread.zip

GPS outputs are usually simple serial RS232 at 4800 baud, GPS data is sent as lines of text with a simple format defined by the NMEA specification.

USB to serial port covertors can be accessed from VB by accessing the correct COM port, some convertors map onto COM port 13, but if you examine "My Computer" you should be able to find it. Some drivers allow remapping the port to COM1 or COM2, this can be useful for some GPS charting programs that can only use 1 or 2.

The software seaclear is free and allows you to scan in your own maps.

A student of mine has completed a big VB project to allow the same functionality, and can run a scanner directly (twain interface). If I can find his CD I'll upload it.

Regards
Ian McCrum

_
Reply With Quote