Ni yanfang
Member level 3
for hardware I am using AT89c51 connect with gprs modem.
Does anyone know how to modefity so that I can send one message to more people at the same time Please.
unsigned char Command_CMGS[]="AT+CMGS =+9233385xxxxx\r";
// recepient mobile number
unsigned char Command_AT[]="AT\r";
unsigned char msg02[]="I need your help !";
Does anyone know how to modefity so that I can send one message to more people at the same time Please.
unsigned char Command_CMGS[]="AT+CMGS =+9233385xxxxx\r";
// recepient mobile number
unsigned char Command_AT[]="AT\r";
unsigned char msg02[]="I need your help !";