Click here to Skip to main content
15,907,497 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: File Filter Pin
Hamid_RT16-Oct-08 5:48
Hamid_RT16-Oct-08 5:48 
GeneralRe: File Filter Pin
Rajesh R Subramanian16-Oct-08 1:42
professionalRajesh R Subramanian16-Oct-08 1:42 
AnswerRe: File Filter Pin
CPallini16-Oct-08 0:08
mveCPallini16-Oct-08 0:08 
GeneralRe: File Filter Pin
lpVCcode16-Oct-08 2:39
lpVCcode16-Oct-08 2:39 
AnswerRe: [Message Deleted] Pin
Hamid_RT16-Oct-08 4:13
Hamid_RT16-Oct-08 4:13 
QuestionDrawing Auto-adjusted proportioned text Pin
Muneeb Abdul Shakoor15-Oct-08 23:41
Muneeb Abdul Shakoor15-Oct-08 23:41 
AnswerRe: Drawing Auto-adjusted proportioned text Pin
KarstenK16-Oct-08 0:07
mveKarstenK16-Oct-08 0:07 
QuestionRe: Drawing Auto-adjusted proportioned text [modified] Pin
Muneeb Abdul Shakoor16-Oct-08 0:16
Muneeb Abdul Shakoor16-Oct-08 0:16 
AnswerRe: Drawing Auto-adjusted proportioned text Pin
KarstenK16-Oct-08 0:48
mveKarstenK16-Oct-08 0:48 
AnswerRe: Drawing Auto-adjusted proportioned text Pin
Jose David Pujo16-Oct-08 0:51
Jose David Pujo16-Oct-08 0:51 
QuestionHow to detect whether a device is connected to a Serial port (Re-Post,since not yet satisfied with given suggestions) Pin
kapardhi15-Oct-08 23:34
kapardhi15-Oct-08 23:34 
AnswerRe: How to detect whether a device is connected to a Serial port (Re-Post,since not yet satisfied with given suggestions) Pin
CPallini15-Oct-08 23:37
mveCPallini15-Oct-08 23:37 
AnswerRe: How to detect whether a device is connected to a Serial port (Re-Post,since not yet satisfied with given suggestions) Pin
Vaclav_16-Oct-08 17:01
Vaclav_16-Oct-08 17:01 
For starters - check Wikipedia Serial Port

Here is the "link" with some extra characters added by this control:

<a href="http://en.wikipedia.org/wiki/Serial_port">http://en.wikipedia.org/wiki/Serial_port</a>[<a href="http://en.wikipedia.org/wiki/Serial_port" target="_blank" title="New Window">^</a>]

Your code needs to monitor the "handshake" signals of the serial communication protocol (RS232), i.e. hardware status, first before it attempts to read or write any actual data.

There is an older book dealing with serial communication in C, which covers this in details.

Sorry, don’t remember the exact title. Just Google it.
Cheers Vaclav
Questionstring manipulation question Pin
monsieur_jj15-Oct-08 23:07
monsieur_jj15-Oct-08 23:07 
AnswerRe: string manipulation question [modified] Pin
Michael Schubert15-Oct-08 23:21
Michael Schubert15-Oct-08 23:21 
JokeRe: string manipulation question Pin
Rajesh R Subramanian16-Oct-08 0:34
professionalRajesh R Subramanian16-Oct-08 0:34 
GeneralRe: string manipulation question Pin
Michael Schubert16-Oct-08 1:03
Michael Schubert16-Oct-08 1:03 
JokeRe: string manipulation question Pin
SandipG 16-Oct-08 0:53
SandipG 16-Oct-08 0:53 
GeneralRe: string manipulation question Pin
Michael Schubert16-Oct-08 1:05
Michael Schubert16-Oct-08 1:05 
JokeRe: string manipulation question Pin
Cedric Moonen16-Oct-08 1:12
Cedric Moonen16-Oct-08 1:12 
GeneralRe: string manipulation question Pin
Michael Schubert16-Oct-08 1:27
Michael Schubert16-Oct-08 1:27 
JokeRe: string manipulation question Pin
CPallini16-Oct-08 1:53
mveCPallini16-Oct-08 1:53 
GeneralRe: string manipulation question Pin
SandipG 16-Oct-08 1:56
SandipG 16-Oct-08 1:56 
GeneralRe: string manipulation question Pin
CPallini16-Oct-08 2:03
mveCPallini16-Oct-08 2:03 
AnswerRe: string manipulation question Pin
CPallini15-Oct-08 23:33
mveCPallini15-Oct-08 23:33 

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.