Jim_in_Oxnard
08-09-2005, 12:19 PM
I need to read the Garmin Text output (approximately 54 characters with a leading @) and output a NMEA GPGAA like sentence.
I do a SERIN 13, 9600, [Wait ("@"), Garmen_text] follower by a DEBUG ASC ? Garmin_text and I get the 1st character after the @.
I have declared Garmin_text as Var size byte(5) (for test purposes).
I expect to get the first 5 characters after the @, but it doesn't seem to work.
What is this newbie doing wrong?
Thanks,http://forums.parallax.com/images/smilies/turn.gif
Jim
I do a SERIN 13, 9600, [Wait ("@"), Garmen_text] follower by a DEBUG ASC ? Garmin_text and I get the 1st character after the @.
I have declared Garmin_text as Var size byte(5) (for test purposes).
I expect to get the first 5 characters after the @, but it doesn't seem to work.
What is this newbie doing wrong?
Thanks,http://forums.parallax.com/images/smilies/turn.gif
Jim