You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 23 Dec 2013 at 10:46The text was updated successfully, but these errors were encountered: