Hi Guys
I just received my A6 GPRS Pro Série GPRS GSM Module.
I tested with an Arduino nano and It works ok.
I tested it with this code:
char phone_no[]="+33614687128";
void setup() {
Serial.begin(9600);
delay(300);
Serial.println("AT+CMGF=1");
delay(2000);
Serial.print("AT+CMGS=\"")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.