Array and ASCII


Results 1 to 19 of 19

Thread: Array and ASCII

Threaded View

  1. #13
    Join Date
    May 2006
    Location
    Del Rio, TX, USA
    Posts
    343


    Did you find this post helpful? Yes | No

    Default Re: Array and ASCII

    Have you tried to send some test strings? something like:

    SEROUT2 bob, baud, ["$GPRMC,220516,A,5133.82,N,00042.24,W,173.8,231.8,1 30694,004.2,W*70"]



    If that works, try this (assuming Heading is the variable that contians your heading data):

    SEROUT2 bob, baud, ["$GPRMC,220516,A,5133.82,N,00042.24,W,173.8,",DEC3 Heading,".0,130694,004.2,W*70"]
    Last edited by SteveB; - 25th May 2012 at 21:36. Reason: corrction

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts