Shop OBEX P1 Docs P2 Docs Learn Events
SERIN to get Garmin GPS Text input — Parallax Forums

SERIN to get Garmin GPS Text input

Jim_in_OxnardJim_in_Oxnard Posts: 2
edited 2005-08-09 14:35 in BASIC Stamp
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, [noparse][[/noparse]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,turn.gif

Jim

Comments

  • Jon WilliamsJon Williams Posts: 6,491
    edited 2005-08-09 11:31
    I've used the Garmin text output in a couple projects -- it's quite easy.· Have a look at the attached program; it should help.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jon Williams
    Applications Engineer, Parallax
  • Jim_in_OxnardJim_in_Oxnard Posts: 2
    edited 2005-08-09 14:35
    Thanks Jon turn.gif,

    Exactly what I needed.

    I had been using another example of yours, where you used the BS2e, with scratch pad memory.

    Jim
Sign In or Register to comment.