Shop OBEX P1 Docs P2 Docs Learn Events
28146 GPS module - Page 2 — Parallax Forums

28146 GPS module

2»

Comments

  • DraetoxtheloonDraetoxtheloon Posts: 33
    edited 2011-09-21 10:55
    Okay, again thanks for all the help, I managed to get it so if I say data = "205"; and say
    sprintf(idata, "%02d",data);
    putsXLCD(idata);
    
    Then I get 205 to show up on LCD, if I say data = "205" and say
    WriteDataXLCD(data);
    
    I get the ASCII equivalent symbol -> Latin capital letter I with acute
  • DraetoxtheloonDraetoxtheloon Posts: 33
    edited 2011-09-21 10:57
    So this means I could probably send the command WriteUART(0x02) <-- Get Satellites, then just read it back, data = ReadUART() and then put it into my sprintf function for formatting to the LCD...I have yet to attempt this but hopefully it works.
Sign In or Register to comment.