Rhydo SIM 900 SIM 900 -TTL UART Manual de usuario Pagina 8

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 10
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 7
w w w . f u t - e l c t r o n i c s . c o m
Page 8
{
int count=0;
mySerial.println("ATD xxxxxxxxx;"); // xxxxxxxxx is the number you want to dial, Noice the ";" in the end
delay(2000);
while(1)
{
mySerial.println("AT+SPWM=2,63,100");// set PWM 2 PIN
delay(100);
mySerial.println("AT+SPWM=1,63,100");
delay(100);
mySerial.println("AT+SGPIO=0,1,1,1");// set GPIO 1 PIN to 1
delay(100);
mySerial.println("AT+SGPIO=0,2,1,1");
delay(100);
mySerial.println("AT+SGPIO=0,3,1,1");
delay(100);
mySerial.println("AT+SGPIO=0,4,1,1");
delay(100);
mySerial.println("AT+SGPIO=0,5,1,1");
delay(100);
mySerial.println("AT+SGPIO=0,6,1,1");
delay(100);
mySerial.println("AT+SGPIO=0,7,1,1");
delay(100);
mySerial.println("AT+SGPIO=0,8,1,1");
delay(100);
mySerial.println("AT+SGPIO=0,9,1,1");
delay(100);
mySerial.println("AT+SGPIO=0,10,1,1");
delay(100);
Vista de pagina 7
1 2 3 4 5 6 7 8 9 10

Comentarios a estos manuales

Sin comentarios