Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUnable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 6:34
AprNgp29-Aug-08 6:34 
QuestionRe: Unable to send AT commands to the COM3 port. plz help. Pin
Perspx29-Aug-08 6:50
Perspx29-Aug-08 6:50 
AnswerRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 6:52
AprNgp29-Aug-08 6:52 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 6:58
AprNgp29-Aug-08 6:58 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. [modified] Pin
SandipG 29-Aug-08 8:22
SandipG 29-Aug-08 8:22 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 8:36
AprNgp29-Aug-08 8:36 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
SandipG 29-Aug-08 8:39
SandipG 29-Aug-08 8:39 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
AprNgp29-Aug-08 8:42
AprNgp29-Aug-08 8:42 
GeneralRe: Unable to send AT commands to the COM3 port. plz help. Pin
SandipG 29-Aug-08 8:43
SandipG 29-Aug-08 8:43 
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 

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.