Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/26/02 15:01
Read: times


 
#35031 - RE: Parsing comma delimited sentences
You did not say which GPS module you are using..but on the one I have I can set the message format to GGA,VTG and RMC..
I did the following:
make a structure that fitted the RMC message format,then waited for the start char $ (24h), then put the incoming data into the structure item until the comma arrived (2cH),then dropped to the next item in the structure until all the data was stored.


List of 9 messages in thread
TopicAuthorDate
Parsing comma delimited sentences            01/01/70 00:00      
RE: Parsing comma delimited sentences            01/01/70 00:00      
RE: Parsing comma delimited sentences            01/01/70 00:00      
RE: Parsing comma delimited sentences            01/01/70 00:00      
RE: Parsing comma delimited sentences            01/01/70 00:00      
RE: Parsing comma delimited sentences            01/01/70 00:00      
RE: Parsing comma delimited sentences            01/01/70 00:00      
RE: Parsing comma delimited sentences            01/01/70 00:00      
RE: Parsing comma delimited sentences            01/01/70 00:00      

Back to Subject List