Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 8:48
AprNgp29-Aug-08 8:48 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
SandipG 29-Aug-08 9:12
SandipG 29-Aug-08 9:12 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 9:15
AprNgp29-Aug-08 9:15 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
SandipG 29-Aug-08 9:19
SandipG 29-Aug-08 9:19 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 9:25
AprNgp29-Aug-08 9:25 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 9:28
AprNgp29-Aug-08 9:28 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp31-Aug-08 8:54
AprNgp31-Aug-08 8:54 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
Vaclav_29-Aug-08 8:50
Vaclav_29-Aug-08 8:50 
See documentation for SetCommTimeouts.
After that verify your AT command string.
As debugging tool, I would turn on modem speaker if you have one.
Also verify that COM3 is valid and unused by other application.
"
When reading from a communications device, the behavior of ReadFile is governed by the current communication time-outs as set and retrieved using the SetCommTimeouts and GetCommTimeouts functions. Unpredictable results can occur if you fail to set the time-out values. For more information about communication time-outs, see COMMTIMEOUTS.
"
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 8:56
AprNgp29-Aug-08 8:56 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 9:06
AprNgp29-Aug-08 9:06 
QuestionCString as variable arguments Pin
Royce Fickling29-Aug-08 5:31
Royce Fickling29-Aug-08 5:31 
QuestionRe: CString as variable arguments Pin
David Crow29-Aug-08 7:42
David Crow29-Aug-08 7:42 
AnswerRe: CString as variable arguments [modified] Pin
Mark Salsbery29-Aug-08 7:47
Mark Salsbery29-Aug-08 7:47 
GeneralRe: CString as variable arguments Pin
Royce Fickling29-Aug-08 8:56
Royce Fickling29-Aug-08 8:56 
GeneralRe: CString as variable arguments Pin
Mark Salsbery29-Aug-08 9:06
Mark Salsbery29-Aug-08 9:06 
QuestionNumber of words and characters of a string. Pin
CodingLover29-Aug-08 4:37
CodingLover29-Aug-08 4:37 
GeneralRe: Number of words and characters of a string. Pin
led mike29-Aug-08 4:39
led mike29-Aug-08 4:39 
NewsRe: Number of words and characters of a string. Pin
CodingLover29-Aug-08 4:40
CodingLover29-Aug-08 4:40 
QuestionRe: Number of words and characters of a string. Pin
CodingLover29-Aug-08 6:20
CodingLover29-Aug-08 6:20 
AnswerRe: Number of words and characters of a string. Pin
led mike29-Aug-08 6:52
led mike29-Aug-08 6:52 
AnswerRe: Number of words and characters of a string. Pin
Nemanja Trifunovic29-Aug-08 9:23
Nemanja Trifunovic29-Aug-08 9:23 
Questionhow to extract frames from video with .dat format..?? Pin
suresh zende29-Aug-08 4:35
suresh zende29-Aug-08 4:35 
AnswerRe: how to extract frames from video with .dat format..?? Pin
Mark Salsbery29-Aug-08 8:36
Mark Salsbery29-Aug-08 8:36 
GeneralRe: how to extract frames from video with .dat format..?? Pin
suresh zende30-Aug-08 4:12
suresh zende30-Aug-08 4:12 
GeneralRe: how to extract frames from video with .dat format..?? Pin
Mark Salsbery30-Aug-08 5:49
Mark Salsbery30-Aug-08 5:49 

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.