Click here to Skip to main content
15,890,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Can't find clipboard is busy error Pin
Harrier30-Mar-06 10:44
Harrier30-Mar-06 10:44 
QuestionOnInitialUpdate() never gets entered Pin
ns30-Mar-06 9:20
ns30-Mar-06 9:20 
QuestionRe: OnInitialUpdate() never gets entered Pin
David Crow30-Mar-06 9:53
David Crow30-Mar-06 9:53 
AnswerRe: OnInitialUpdate() never gets entered Pin
ns30-Mar-06 10:05
ns30-Mar-06 10:05 
GeneralRe: OnInitialUpdate() never gets entered Pin
David Crow30-Mar-06 10:31
David Crow30-Mar-06 10:31 
GeneralRe: OnInitialUpdate() never gets entered Pin
ns30-Mar-06 10:40
ns30-Mar-06 10:40 
QuestionSerial port access Pin
LCI30-Mar-06 8:53
LCI30-Mar-06 8:53 
QuestionRe: Serial port access Pin
Roger Stoltz30-Mar-06 10:15
Roger Stoltz30-Mar-06 10:15 
LCI wrote:
I would like to have access to all the pins on a serial port


This is not possible given that you don't have a driver that supports it.
The standard windows driver for serial devices does not support it.

What do you really mean by "access to all pins"? Do you really need access to all of them, or is it just a few?
Some of the pins are possible to control such as DTR and RTS by the use of ::SetCommState() and the DCB struct.
Do you intend to send serial data at all or do you wish to use the serial port in a way that it's not primarily designed for?

--
Roger


It's supposed to be hard, otherwise anybody could do it!
AnswerRe: Serial port access Pin
LCI30-Mar-06 10:35
LCI30-Mar-06 10:35 
AnswerRe: Serial port access Pin
Roger Stoltz30-Mar-06 11:26
Roger Stoltz30-Mar-06 11:26 
GeneralRe: Serial port access Pin
LCI30-Mar-06 11:53
LCI30-Mar-06 11:53 
AnswerRe: Serial port access Pin
Roger Stoltz30-Mar-06 20:34
Roger Stoltz30-Mar-06 20:34 
AnswerRe: Serial port access Pin
Trollslayer30-Mar-06 12:09
mentorTrollslayer30-Mar-06 12:09 
Questionhow does a CDialog derived window notify the parent it was closed? Pin
ns30-Mar-06 8:50
ns30-Mar-06 8:50 
AnswerRe: how does a CDialog derived window notify the parent it was closed? Pin
Rage30-Mar-06 9:07
professionalRage30-Mar-06 9:07 
QuestionRe: how does a CDialog derived window notify the parent it was closed? Pin
David Crow30-Mar-06 9:33
David Crow30-Mar-06 9:33 
AnswerRe: how does a CDialog derived window notify the parent it was closed? Pin
ns30-Mar-06 9:39
ns30-Mar-06 9:39 
QuestionRe: how does a CDialog derived window notify the parent it was closed? Pin
David Crow30-Mar-06 9:39
David Crow30-Mar-06 9:39 
AnswerRe: how does a CDialog derived window notify the parent it was closed? Pin
ns30-Mar-06 10:12
ns30-Mar-06 10:12 
GeneralRe: how does a CDialog derived window notify the parent it was closed? Pin
David Crow30-Mar-06 10:27
David Crow30-Mar-06 10:27 
GeneralRe: how does a CDialog derived window notify the parent it was closed? Pin
ns30-Mar-06 10:41
ns30-Mar-06 10:41 
Question'buffer' was corrupted? Pin
Yonggoo30-Mar-06 8:50
Yonggoo30-Mar-06 8:50 
QuestionRe: 'buffer' was corrupted? Pin
David Crow30-Mar-06 9:32
David Crow30-Mar-06 9:32 
QuestionRe: 'buffer' was corrupted? Pin
Sam Hobbs20-Jun-07 10:30
Sam Hobbs20-Jun-07 10:30 
QuestionIs it safe to perform "delete this" in class member functions. Pin
Ajax9530-Mar-06 8:39
Ajax9530-Mar-06 8:39 

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.