CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Jupiter GPS NMEA Transmit

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
TheRidDler



Joined: 13 Jun 2007
Posts: 7

View user's profile Send private message

Jupiter GPS NMEA Transmit
PostPosted: Tue Jul 10, 2007 11:46 am     Reply with quote

Hi all. Im working with a Navman Jupiter 110 GPS module that starts up at defaults of 9600-8-N-1 in NMEA mode. The module needs to be sent a NMEA input command to know when to start acquiring a fix. Else it just outputs empty sentences, except for the satellite message thats seems fine. This is my first time using something like this and it would be great if someone could tell me what message needs to be sent to get the receiver going? I've had a read through the following manual :

Code:
http://www.ekf.de/c/cgps/cg2/inf/nmea_reference_manual.pdf


and it seems that the code needed to produce the GPGGA sentence im looking for is "$PSRF103,00,00,01,01*20\r\n"

Ive tried using this in a simple printf statement, but after about 20mins still nothing. Any suggestions please? Is there mayb another command needed that im missing and am i sending the commands in the right way?

Thanks alot!
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Tue Jul 10, 2007 2:56 pm     Reply with quote

Your checksum is wrong. It's got to be 25, not 20.
If the checksum is incorrect, the message will be rejected by the receiver.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group