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

C / C++ / MFC

 
AnswerRe: The swapping section in a puzzle game Pin
Rage30-Jan-06 4:54
professionalRage30-Jan-06 4:54 
Questionmanaging serial port interrupt Pin
misturas30-Jan-06 4:32
misturas30-Jan-06 4:32 
AnswerRe: managing serial port interrupt Pin
Rage30-Jan-06 4:59
professionalRage30-Jan-06 4:59 
GeneralRe: managing serial port interrupt Pin
Cedric Moonen30-Jan-06 6:24
Cedric Moonen30-Jan-06 6:24 
GeneralRe: managing serial port interrupt Pin
Rage30-Jan-06 6:43
professionalRage30-Jan-06 6:43 
AnswerRe: managing serial port interrupt Pin
Rage30-Jan-06 5:00
professionalRage30-Jan-06 5:00 
GeneralRe: managing serial port interrupt Pin
misturas30-Jan-06 5:06
misturas30-Jan-06 5:06 
GeneralRe: managing serial port interrupt Pin
Rage30-Jan-06 5:16
professionalRage30-Jan-06 5:16 
misturas wrote:
Now in Italy is 6 p.m


D'Oh! | :doh: Really ? I am sitting in Germany, and it is still 5 p.m. Did not know that Germany had a different time than Italy.

As for serial communication, there are lots of wrappers that consider the serial port as a file with read/write operation. This is very handy for serial communication, but not for your purposes. I think what you are looking for is a way to get the hand when a serial interrupt is called (as we used to do under DOS or on microcontrollers). I think this should be feasible with the API I have provided you with, in this case you must get a Windows message as soon as something lands on the serial buffer.

~RaGE();
AnswerRe: managing serial port interrupt Pin
Cedric Moonen30-Jan-06 6:28
Cedric Moonen30-Jan-06 6:28 
AnswerRe: managing serial port interrupt Pin
Iain Clarke, Warrior Programmer30-Jan-06 8:35
Iain Clarke, Warrior Programmer30-Jan-06 8:35 
GeneralRe: managing serial port interrupt Pin
misturas30-Jan-06 9:13
misturas30-Jan-06 9:13 
Questiongetting the hwnds of opened windows Pin
Alex Cutovoi30-Jan-06 4:13
Alex Cutovoi30-Jan-06 4:13 
AnswerRe: getting the hwnds of opened windows Pin
Rage30-Jan-06 4:50
professionalRage30-Jan-06 4:50 
QuestionRetreiving attributs of a node Pin
kandukuri30-Jan-06 3:05
kandukuri30-Jan-06 3:05 
AnswerRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 3:31
David Crow30-Jan-06 3:31 
GeneralRe: Retreiving attributs of a node Pin
kandukuri30-Jan-06 3:35
kandukuri30-Jan-06 3:35 
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 3:42
professionalRage30-Jan-06 3:42 
GeneralRe: Retreiving attributs of a node Pin
kandukuri30-Jan-06 3:57
kandukuri30-Jan-06 3:57 
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 4:10
professionalRage30-Jan-06 4:10 
GeneralRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 4:56
David Crow30-Jan-06 4:56 
GeneralRe: Retreiving attributs of a node Pin
Rage30-Jan-06 5:10
professionalRage30-Jan-06 5:10 
GeneralRe: Retreiving attributs of a node Pin
David Crow30-Jan-06 3:42
David Crow30-Jan-06 3:42 
QuestionTDI Pin
viliam30-Jan-06 2:45
viliam30-Jan-06 2:45 
AnswerRe: TDI Pin
Toby Opferman30-Jan-06 8:16
Toby Opferman30-Jan-06 8:16 
QuestionSaving a BITMAP Pin
spen1130-Jan-06 2:13
spen1130-Jan-06 2:13 

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.