GPS Communication Interface Thomas Walter Will Hovhannessian
VVVVery impressive technology (Localize anything on earth) OOOOrigines : U.S Army (24 satellites around earth) AAAApplications : WWWWar NNNNavigation (cars, boats, planes) AAAAgriculture 3333 satellites are needed to have a localisation GPS Communication Interface
The NMEA Protocole NNNNational Marine Electronics Association DDDData protocol for communications between marine instrumentation NNNNMEA sentences are all ASCII SSSSentences begin by a $ EEEExemple : $GPAAM,A,A,0.10,N,WPTNME*43
Java GGGGood language to use the NMEA protocole RRRRealisation of a Parser in java EEEEmulation of a gps by a XML file. PPPParser is used to parse this XML file in order to collect the information of the localisation (lattitude, longitude,altitude…)
C# Program SSSStudying a program (C# language) used for GPS interface treatment MMMMain goal : communicate with the GPS CCCCollect continu informations=synchronisation problem UUUUsing NMEA protocol