Click here to Skip to main content
15,895,799 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Falconapollo8-Oct-11 20:40
Falconapollo8-Oct-11 20:40 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Niklas L8-Oct-11 23:14
Niklas L8-Oct-11 23:14 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Richard MacCutchan8-Oct-11 23:21
mveRichard MacCutchan8-Oct-11 23:21 
AnswerRe: how to specify the compiler search path?(Visual Studio 2005) Pin
Luc Pattyn8-Oct-11 23:24
sitebuilderLuc Pattyn8-Oct-11 23:24 
Questionsending SMS in C++ Pin
Hadi Dayvary8-Oct-11 9:00
professionalHadi Dayvary8-Oct-11 9:00 
AnswerRe: sending SMS in C++ Pin
André Kraak8-Oct-11 9:14
André Kraak8-Oct-11 9:14 
GeneralRe: sending SMS in C++ Pin
Hadi Dayvary8-Oct-11 10:20
professionalHadi Dayvary8-Oct-11 10:20 
AnswerRe: sending SMS in C++ Pin
Erudite_Eric9-Oct-11 3:48
Erudite_Eric9-Oct-11 3:48 
If you use a terminal such as hyper teminal you can practise with the AT commands you need to send SMSs. Once you have got these tuned, then you can put those strings into a C++ app (all it is going to do is send these strings to an opened COM port, as hyperterminsl does).

I wrote a driver some years back that does this, it isnt terribly difficult once you get the AT commands sorted out.


By the way, you must terminate the string in some kind of a carriage return, '\r' or '\n'. It is this that tells the AT processing engine in the modem to actually send the string, this could be what you are missing.
==============================

Nothing to say.


modified 10-Oct-11 3:03am.

GeneralRe: sending SMS in C++ Pin
Hadi Dayvary9-Oct-11 9:35
professionalHadi Dayvary9-Oct-11 9:35 
QuestionBasic Question About LRESULT Pin
AmbiguousName7-Oct-11 20:30
AmbiguousName7-Oct-11 20:30 
AnswerRe: Basic Question About LRESULT Pin
Richard MacCutchan7-Oct-11 21:11
mveRichard MacCutchan7-Oct-11 21:11 
Questionpriview of files Pin
VCProgrammer7-Oct-11 19:33
VCProgrammer7-Oct-11 19:33 
AnswerRe: priview of files Pin
Richard MacCutchan7-Oct-11 21:09
mveRichard MacCutchan7-Oct-11 21:09 
GeneralRe: priview of files Pin
VCProgrammer12-Oct-11 20:51
VCProgrammer12-Oct-11 20:51 
GeneralRe: priview of files Pin
Richard MacCutchan12-Oct-11 23:13
mveRichard MacCutchan12-Oct-11 23:13 
QuestionRe: priview of files Pin
David Crow8-Oct-11 12:27
David Crow8-Oct-11 12:27 
AnswerRe: priview of files Pin
VCProgrammer12-Oct-11 20:50
VCProgrammer12-Oct-11 20:50 
GeneralRe: priview of files Pin
David Crow13-Oct-11 3:13
David Crow13-Oct-11 3:13 
QuestionPosting messages in MFC to the view. Pin
Vaclav_7-Oct-11 11:01
Vaclav_7-Oct-11 11:01 
AnswerRe: Posting messages in MFC to the view. Pin
André Kraak7-Oct-11 13:38
André Kraak7-Oct-11 13:38 
GeneralRe: Posting messages in MFC to the view. Pin
Vaclav_7-Oct-11 15:08
Vaclav_7-Oct-11 15:08 
AnswerRe: Posting messages in MFC to the view. Pin
PJ Arends7-Oct-11 19:37
professionalPJ Arends7-Oct-11 19:37 
GeneralRe: Posting messages in MFC to the view. Pin
André Kraak7-Oct-11 22:23
André Kraak7-Oct-11 22:23 
GeneralRe: Posting messages in MFC to the view. Pin
Vaclav_8-Oct-11 4:30
Vaclav_8-Oct-11 4:30 
GeneralRe: Posting messages in MFC to the view. Pin
André Kraak8-Oct-11 4:35
André Kraak8-Oct-11 4:35 

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.