Shop
OBEX
P1 Docs
P2 Docs
Learn
Events
28146 GPS module - Page 2 — Parallax Forums
toggle menu
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Sign In
·
Register
×
Home
›
General Discussion
28146 GPS module
«
1
2
»
Comments
Draetoxtheloon
Posts:
33
2011-09-21 10:55
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
Draetoxtheloon
Posts:
33
2011-09-21 10:57
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.
«
1
2
»
Sign In
or
Register
to comment.
Comments