W
weird0
// AT+CMGS sends the SMS message
I wish to send the above AT command on the serial port but how should
i write the string for it
which is
"AT+CMGS=+03222345432
temp =@"""AT+CMGS="+03222476927""" + "\n" + " > " + msg ;
// Here the compiler gives an error
I wish to send the above AT command on the serial port but how should
i write the string for it
which is
"AT+CMGS=+03222345432
Hello World"
temp =@"""AT+CMGS="+03222476927""" + "\n" + " > " + msg ;
// Here the compiler gives an error