cristiansteib / Sim800l

Library sim800l for Arduino UNO (maybe sim900l work)
226 stars 79 forks source link

callNumber() #14

Closed lbortel closed 7 years ago

lbortel commented 7 years ago

Function callNumber didn't work. My solution is add semicolon after the called number or better edit cpp file and add semicolon directly into method declaration before \r\n.

void Sim800l::callNumber (char* number){ SIM.print (F("ATD ")); SIM.print (number); SIM.print (F(";\r\n")); }