Shop OBEX P1 Docs P2 Docs Learn Events
Silly me! — Parallax Forums

Silly me!

VultureVulture Posts: 6
edited 2010-08-11 08:24 in Propeller 1
Can someone out there lend me a hand? I am using prop basic to listen to the POLSTAR GPS 688 that I purchased from Parallax. I can get the NMEA strings and debug them fine. What I can't figure out is how to set the info up in a string to seperate it and decode it. The Syntax guide tells me how to do it but the info given isn't complete enough for me to understand. I have tried many things but keep getting compile errors that tell me that the SYNTAX is wrong (ie-ABS, string1 = LEFT string2,count, same for right etc. don't work as per SYNTAX guide). I thought that taking projects from the BS2 line and using the prop basic would be easy. My bad.

Comments

  • mparkmpark Posts: 1,305
    edited 2010-08-09 22:45
    Perhaps you should post your code.
  • BeanBean Posts: 8,129
    edited 2010-08-10 07:23
    Make sure you are using the latest version of the PropBasic compiler.

    Bean
  • VultureVulture Posts: 6
    edited 2010-08-10 07:45
    Hey there Bean. I downloaded the compiler from the forum site per the Parallax tech guys. They gave me the address and I thought that I had the latest version. I will make sure today. I know this is on my end, just frustrated as usual with a new toy that I can't seem to get to work.

    I have both the 97' syntax guide and the new one from you that has "preview" ghosted on the pages. These are the most current, right? If not, please let me know where and how to get the latest versions. Thanks again!
  • max72max72 Posts: 1,155
    edited 2010-08-11 05:10
    Check the obex

    I really like this one:
    http://obex.parallax.com/objects/225/

    You'll find a GPS parsing object, and you can adapt it to send string to the terminal or anything else....

    or maybe this one:
    http://obex.parallax.com/objects/579/

    Or this..
    http://obex.parallax.com/objects/406/

    and his big brother..
    http://obex.parallax.com/objects/405/

    They are objects to be used with spin (they can probably be used with pbasic using the dispatcher), but they are a good start.

    Massimo
  • VultureVulture Posts: 6
    edited 2010-08-11 08:24
    Thanks! I will check it out. I really appreciate the help. This forum is a great tool for folks like me. Thanks again.
Sign In or Register to comment.