UKHAS Wiki

UK High Altitude Society

User Tools

Site Tools


code:sms_arduino

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:sms_arduino [2009/02/23 17:34] – comments joshatkinscode:sms_arduino [2009/02/24 17:29] (current) – update joshatkins
Line 3: Line 3:
  
 <code> <code>
 +// Adapted from SSerial2Mobile: http://code.google.com/p/sserial2mobile/
 +
 void setup() { void setup() {
  Serial.begin(4800);  Serial.begin(4800);
Line 8: Line 10:
  delay(500);  delay(500);
  Serial.println("AT*SWRESET"); // Reset it  Serial.println("AT*SWRESET"); // Reset it
 + delay(500);
 } }
  
Line 24: Line 27:
  delay(500);  delay(500);
  // End sending msg  // End sending msg
-} +}</code>
-</code>+
code/sms_arduino.1235410488.txt.gz · Last modified: 2009/02/23 17:34 by joshatkins

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki