Click here to Skip to main content
15,921,884 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to get rid of the following Error... Pin
Rajesh R Subramanian7-May-08 1:45
professionalRajesh R Subramanian7-May-08 1:45 
GeneralRe: How to get rid of the following Error... Pin
toxcct7-May-08 1:48
toxcct7-May-08 1:48 
AnswerRe: How to get rid of the following Error... Pin
Madan Chauhan7-May-08 1:48
Madan Chauhan7-May-08 1:48 
AnswerRe: How to get rid of the following Error... Pin
CPallini7-May-08 1:51
mveCPallini7-May-08 1:51 
Questionhard drive manufacturer Pin
Madan Chauhan7-May-08 1:02
Madan Chauhan7-May-08 1:02 
AnswerRe: hard drive manufacturer Pin
Hamid_RT7-May-08 1:23
Hamid_RT7-May-08 1:23 
GeneralRe: hard drive manufacturer Pin
Madan Chauhan7-May-08 1:43
Madan Chauhan7-May-08 1:43 
GeneralRe: hard drive manufacturer Pin
Mark Salsbery7-May-08 7:20
Mark Salsbery7-May-08 7:20 
GeneralRe: hard drive manufacturer Pin
Madan Chauhan7-May-08 18:29
Madan Chauhan7-May-08 18:29 
QuestionRe: hard drive manufacturer Pin
David Crow7-May-08 3:24
David Crow7-May-08 3:24 
AnswerRe: hard drive manufacturer Pin
Madan Chauhan7-May-08 18:20
Madan Chauhan7-May-08 18:20 
GeneralRe: hard drive manufacturer Pin
David Crow8-May-08 2:48
David Crow8-May-08 2:48 
QuestionCurrent login user? Pin
ritz12347-May-08 1:01
ritz12347-May-08 1:01 
AnswerRe: Current login user? Pin
ahmad_ali7-May-08 1:43
ahmad_ali7-May-08 1:43 
GeneralRe: Current login user? Pin
ritz12347-May-08 2:03
ritz12347-May-08 2:03 
GeneralRe: Current login user? Pin
Rajkumar R7-May-08 2:29
Rajkumar R7-May-08 2:29 
QuestionAT Commands Pin
savitri7-May-08 0:23
savitri7-May-08 0:23 
AnswerRe: AT Commands Pin
CPallini7-May-08 0:33
mveCPallini7-May-08 0:33 
GeneralRe: AT Commands Pin
savitri7-May-08 0:52
savitri7-May-08 0:52 
GeneralRe: AT Commands Pin
CPallini7-May-08 0:59
mveCPallini7-May-08 0:59 
GeneralRe: AT Commands Pin
Hamid_RT7-May-08 5:58
Hamid_RT7-May-08 5:58 
GeneralRe: AT Commands Pin
CPallini7-May-08 6:05
mveCPallini7-May-08 6:05 
GeneralRe: AT Commands Pin
Hamid_RT7-May-08 6:41
Hamid_RT7-May-08 6:41 
GeneralRe: AT Commands Pin
CPallini7-May-08 7:39
mveCPallini7-May-08 7:39 
GeneralRe: AT Commands Pin
sunny_vc7-May-08 1:37
sunny_vc7-May-08 1:37 
Hi savitri,
When ur able to send AT and receive OK then in the same way u can use other cmds.
Whenever u need to send the msg,
Send it like:
1.send "AT+cmgs="mobileno"\n";[mobile no must be a string]
2.Then u receive '>' charcter as an acknoledgement.
3.Then send the msg u want to "msg".
4.After ur msg sending completed send "Escape" character[I didnt remember the ascii value].

If still any doubt just give an reply.

Regards,
Sunil.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.