Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

real-time-arduino-gps-tracker with your library?? #93

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments
Open

real-time-arduino-gps-tracker with your library?? #93

GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

im trying to do this tutorial 
http://johnslaboratory.com/2012/09/real-time-arduino-gps-tracker-w-iphone-app/ 
its looks like en your library there is no method to send data --> 

 myString.print("AT+SSTRSEND=1,\"devID:");
 myString.print(DEVICE_ID);
 myString.print(",lat:");
 myString.print(flat,DEC);
 myString.print(",lon:");
 myString.print(flon,DEC);
 myString.print(",\"");
 Serial.println(myString);

i need help with this tuto

Original issue reported on code.google.com by [email protected] on 23 Dec 2013 at 10:46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant