Programming a GPS module

This project is concerned with programming a GPS module that will be interfaced with a microcontroller. An application program was required to be written in C# language in order to support the necessary functions that are involved in interacting with the GPS receiver in the mobile phone. These funct...

Full description

Saved in:
Bibliographic Details
Main Author: Vasudevan, Abinaya
Other Authors: Annamalai Benjamin Premkumar
Format: Final Year Project
Language:English
Published: 2011
Subjects:
Online Access:http://hdl.handle.net/10356/44108
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:This project is concerned with programming a GPS module that will be interfaced with a microcontroller. An application program was required to be written in C# language in order to support the necessary functions that are involved in interacting with the GPS receiver in the mobile phone. These functions would include, getting the coordinates, in other words, the latitude and the longitude, from the GPS receiver and computing the distance between two such coordinates. The GPS intermediate driver, which is a Windows Dynamic-Link Library (DLL) that provides a GPS application interface, was used to get the coordinates.