Click here to Skip to main content
16,005,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: trapping dlgbar sys commands Pin
Tomasz Sowinski17-Jun-01 23:36
Tomasz Sowinski17-Jun-01 23:36 
GeneralRe: trapping dlgbar sys commands Pin
Wayne Janaway18-Jun-01 13:14
Wayne Janaway18-Jun-01 13:14 
GeneralRe: trapping dlgbar sys commands Pin
Tomasz Sowinski19-Jun-01 0:32
Tomasz Sowinski19-Jun-01 0:32 
GeneralRe: trapping dlgbar sys commands Pin
Wayne Janaway19-Jun-01 11:41
Wayne Janaway19-Jun-01 11:41 
GeneralMSCOMM help !!! Pin
Hadi Rezaee16-Jun-01 22:30
Hadi Rezaee16-Jun-01 22:30 
GeneralRe: MSCOMM help !!! Pin
D.D. de Kerf17-Jun-01 21:32
D.D. de Kerf17-Jun-01 21:32 
GeneralRe: MSCOMM help !!! Pin
Hadi Rezaee18-Jun-01 2:42
Hadi Rezaee18-Jun-01 2:42 
GeneralRe: MSCOMM help !!! Pin
D.D. de Kerf18-Jun-01 20:48
D.D. de Kerf18-Jun-01 20:48 
Answering the phone:

1) Wait until it rings
2) Pick up the horn and say your name, preferably 'goodmoring' as well

Just kidding Smile | :) Now this is how your modem should do this:

First you have to set the DTR to true. Don't ask me why, you just have to. You can use the SetDTREnable(true) function for that.

Then send the next message to the modem:
ATE1S0=1
followed by a carraige return - line feed again.

Now it will pick up the phone (if everything's okay, you will probably see the AA light on your modem light up... Auto Answering mode).

Now you're gonna have to poll the input buffer and as soon as you get a message from the modem (ended by a carraige return - line feed) which starts with the string 'CONNECT ', then you know the handshake has succeeded and your connection is open...

Good luck!

Structured programming vs. chaotic mind boggling
GeneralRe: MSCOMM help !!! Pin
Hadi Rezaee19-Jun-01 2:08
Hadi Rezaee19-Jun-01 2:08 
GeneralRe: MSCOMM help !!! Pin
Hadi Rezaee21-Jun-01 2:33
Hadi Rezaee21-Jun-01 2:33 
GeneralRe: MSCOMM help !!! Pin
D.D. de Kerf21-Jun-01 4:14
D.D. de Kerf21-Jun-01 4:14 
GeneralRe: MSCOMM help !!! Pin
Hadi Rezaee27-Jun-01 4:14
Hadi Rezaee27-Jun-01 4:14 
GeneralRe: MSCOMM help !!! Pin
D.D. de Kerf27-Jun-01 21:15
D.D. de Kerf27-Jun-01 21:15 
GeneralRe: MSCOMM help !!! Pin
Hadi Rezaee28-Jun-01 10:21
Hadi Rezaee28-Jun-01 10:21 
GeneralCEdit - Horizontal scroll to start Pin
Sara Burns16-Jun-01 11:25
Sara Burns16-Jun-01 11:25 
GeneralRe: CEdit - Horizontal scroll to start Pin
Igor Sukhov16-Jun-01 13:06
Igor Sukhov16-Jun-01 13:06 
GeneralRe: CEdit - Horizontal scroll to start Pin
20-Jun-01 3:54
suss20-Jun-01 3:54 
GeneralUsing STL Pin
Rostrox16-Jun-01 6:00
Rostrox16-Jun-01 6:00 
GeneralRe: Using STL Pin
Rostrox16-Jun-01 6:16
Rostrox16-Jun-01 6:16 
GeneralRe: Using STL Pin
Christian Graus17-Jun-01 11:23
protectorChristian Graus17-Jun-01 11:23 
GeneralRe: Using STL Pin
Michael Martin17-Jun-01 19:52
professionalMichael Martin17-Jun-01 19:52 
GeneralSaving a Drawing as Image file Pin
Nitish Kumar16-Jun-01 5:51
Nitish Kumar16-Jun-01 5:51 
GeneralRe: Saving a Drawing as Image file Pin
Christian Graus17-Jun-01 11:25
protectorChristian Graus17-Jun-01 11:25 
GeneralOpening a Dialog Window By clicking a hyperlink Pin
16-Jun-01 3:21
suss16-Jun-01 3:21 
GeneralRe: Opening a Dialog Window By clicking a hyperlink Pin
Igor Sukhov16-Jun-01 4:11
Igor Sukhov16-Jun-01 4:11 

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.