Click here to Skip to main content
15,891,745 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Controlling LED using VC++ Pin
Cedric Moonen19-Apr-07 21:54
Cedric Moonen19-Apr-07 21:54 
GeneralRe: Controlling LED using VC++ Pin
Ram Murali19-Apr-07 21:59
Ram Murali19-Apr-07 21:59 
GeneralRe: Controlling LED using VC++ Pin
kakan19-Apr-07 22:23
professionalkakan19-Apr-07 22:23 
GeneralRe: Controlling LED using VC++ Pin
Joan M25-Apr-07 6:11
professionalJoan M25-Apr-07 6:11 
JokeRe: Controlling LED using VC++ Pin
toxcct19-Apr-07 23:01
toxcct19-Apr-07 23:01 
AnswerRe: Controlling LED using VC++ Pin
Hamid_RT19-Apr-07 21:34
Hamid_RT19-Apr-07 21:34 
AnswerRe: Controlling LED using VC++ Pin
kakan19-Apr-07 21:58
professionalkakan19-Apr-07 21:58 
AnswerRe: Controlling LED using VC++ Pin
Mike O'Neill20-Apr-07 13:51
Mike O'Neill20-Apr-07 13:51 
If you are willing to use the parallel port for driving of the LED, as Kahan has suggested, then here's a good article that might help: "Parallel port interfacing made easy: Simple circuits and programs to show how to use PC parallel port output capabilities" at http://www.epanorama.net/circuits/parallel_output.html[^]

Note that under current Windows OSs, the outportb() function is no longer usable, and indeed all functions that directly access the port are not usable. You will need a prot driver, as noted in the cited article.

Mike
QuestionCopying HTML page along with the images from it. Pin
Sameer_Thakur19-Apr-07 21:10
Sameer_Thakur19-Apr-07 21:10 
AnswerRe: Copying HTML page along with the images from it. [modified] Pin
V_shr19-Apr-07 23:43
V_shr19-Apr-07 23:43 
QuestionA problem about acceptex Pin
YangHenry19-Apr-07 21:09
YangHenry19-Apr-07 21:09 
AnswerRe: A problem about acceptex Pin
Hamid_RT19-Apr-07 21:27
Hamid_RT19-Apr-07 21:27 
AnswerRe: A problem about acceptex Pin
Michael Dunn20-Apr-07 7:17
sitebuilderMichael Dunn20-Apr-07 7:17 
QuestionTerminateThread Question Pin
Programm3r19-Apr-07 21:03
Programm3r19-Apr-07 21:03 
AnswerRe: TerminateThread Question Pin
Cedric Moonen19-Apr-07 21:19
Cedric Moonen19-Apr-07 21:19 
GeneralRe: TerminateThread Question Pin
Programm3r19-Apr-07 21:38
Programm3r19-Apr-07 21:38 
AnswerRe: TerminateThread Question Pin
Hamid_RT19-Apr-07 21:20
Hamid_RT19-Apr-07 21:20 
GeneralRe: TerminateThread Question Pin
Programm3r19-Apr-07 21:49
Programm3r19-Apr-07 21:49 
GeneralRe: TerminateThread Question Pin
Hamid_RT19-Apr-07 21:51
Hamid_RT19-Apr-07 21:51 
AnswerRe: TerminateThread Question Pin
_AnsHUMAN_ 19-Apr-07 21:25
_AnsHUMAN_ 19-Apr-07 21:25 
GeneralRe: TerminateThread Question Pin
Programm3r19-Apr-07 21:50
Programm3r19-Apr-07 21:50 
GeneralRe: TerminateThread Question Pin
_AnsHUMAN_ 19-Apr-07 22:27
_AnsHUMAN_ 19-Apr-07 22:27 
Questionabout keyboard hook Pin
HOW WHAT19-Apr-07 21:02
HOW WHAT19-Apr-07 21:02 
AnswerRe: about keyboard hook Pin
Hamid_RT19-Apr-07 21:22
Hamid_RT19-Apr-07 21:22 
AnswerRe: about keyboard hook Pin
Rajesh R Subramanian19-Apr-07 23:24
professionalRajesh R Subramanian19-Apr-07 23:24 

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.