gprsbee define number with sms

Dear All,

The code below defines a phone number and sends an SMS

#include <GPRSbee.h>
#define TELNO “+3XXXXXXXXXXXX”
void
setup ()
{
Serial.begin(
9600
);
// Serial1 is connected to SIM900 GPRSbee
Serial.println(
“sending a SMS text: Hello world”
);
//Setup GPRSbee
setupComms();

How can a user define a mobile number/numbers with an SMS in order to add or delete nembers?

Thanks

Hello,

Please find the libraries in following link.This will be useful to implement your project.

Thanks and Regards