Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to Get IRMASiteFullScreen with real sdk? Pin
wotseb15-Feb-07 15:17
wotseb15-Feb-07 15:17 
Question.ABY Files Pin
llWoodland001ll15-Feb-07 14:15
llWoodland001ll15-Feb-07 14:15 
AnswerRe: .ABY Files Pin
David Crow15-Feb-07 15:18
David Crow15-Feb-07 15:18 
AnswerMaybe useful... Pin
Mohammad Rastkar15-Feb-07 15:31
Mohammad Rastkar15-Feb-07 15:31 
GeneralDrawThemeBackground Pin
PJ Arends15-Feb-07 11:26
professionalPJ Arends15-Feb-07 11:26 
GeneralRe: DrawThemeBackground Pin
Tarmo Kalda16-Feb-07 3:12
Tarmo Kalda16-Feb-07 3:12 
GeneralRe: DrawThemeBackground Pin
PJ Arends16-Feb-07 8:06
professionalPJ Arends16-Feb-07 8:06 
Questionanother serial port question Pin
zqueezy15-Feb-07 10:07
zqueezy15-Feb-07 10:07 
so, i've looked in a lot of questions about serial ports, how to establish one and so on... but my question is a little bit more accurate and I can't find an answer:
how do I access a single Pin for my serial port?
I established the connection via createfile and wanted to write to the 4th pin...
that's what I guess. I need to set an integer there...
actually I needed to rewrite the function:
outportb(portAddr, int n)
where n is an int... and portadr is given as adr(Com2)+4, so I guess that's the pin.
when I use writefile as:
(int 3 or 4 should be written)

WriteFile(porthandle, &"3", sizeof(txData), &bytesSent, NULL);
which is obviously wrong Wink | ;) I don't get the right result...
how do i have to use it???
AnswerRe: another serial port question Pin
jeron115-Feb-07 10:24
jeron115-Feb-07 10:24 
GeneralRe: another serial port question Pin
zqueezy15-Feb-07 10:26
zqueezy15-Feb-07 10:26 
GeneralRe: another serial port question Pin
jeron115-Feb-07 10:40
jeron115-Feb-07 10:40 
GeneralRe: another serial port question Pin
zqueezy15-Feb-07 11:07
zqueezy15-Feb-07 11:07 
GeneralRe: another serial port question Pin
jeron115-Feb-07 11:28
jeron115-Feb-07 11:28 
AnswerRe: another serial port question Pin
Roger Stoltz15-Feb-07 11:50
Roger Stoltz15-Feb-07 11:50 
Questionconst double ERROR=-1e30 ?? Pin
jalsa G15-Feb-07 8:05
jalsa G15-Feb-07 8:05 
AnswerRe: const double ERROR=-1e30 ?? Pin
Newbie0015-Feb-07 8:17
Newbie0015-Feb-07 8:17 
AnswerRe: const double ERROR=-1e30 ?? Pin
toxcct15-Feb-07 8:19
toxcct15-Feb-07 8:19 
GeneralRe: const double ERROR=-1e30 ?? Pin
Newbie0015-Feb-07 8:23
Newbie0015-Feb-07 8:23 
GeneralRe: const double ERROR=-1e30 ?? Pin
toxcct15-Feb-07 8:26
toxcct15-Feb-07 8:26 
AnswerRe: const double ERROR=-1e30 ?? Pin
Maximilien15-Feb-07 8:23
Maximilien15-Feb-07 8:23 
AnswerRe: const double ERROR=-1e30 ?? Pin
Mark Salsbery15-Feb-07 10:15
Mark Salsbery15-Feb-07 10:15 
GeneralRe: const double ERROR=-1e30 ?? Pin
Hamid_RT16-Feb-07 0:58
Hamid_RT16-Feb-07 0:58 
GeneralRe: const double ERROR=-1e30 ?? Pin
Mark Salsbery16-Feb-07 6:44
Mark Salsbery16-Feb-07 6:44 
GeneralRe: const double ERROR=-1e30 ?? Pin
Newbie0016-Feb-07 7:11
Newbie0016-Feb-07 7:11 
Questionhow to embed my code in en image Pin
sepel15-Feb-07 7:14
sepel15-Feb-07 7:14 

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.