Click here to Skip to main content
15,887,214 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can somebody tell me how to access parallel port directly???
i want to use it for generating high frequency PWM wave ........
Posted
Comments
Sergey Alexandrovich Kryukov 31-Oct-12 1:34am    
Great, but why do you think inpout32 is "not directly"? What is "directly" then? Writing a kernel-mode driver from scratch? Good luck, but then don't tag it "C#"!
--SA
buzyguy321 11-Nov-12 11:46am    
if i use inpout32 then generate a pwm wave then it's frequency is dependent upon PC's Speed that's why i write 'directly'........

1 solution

As your criteria for "direct" access are not clear (please see my comment to the question), please see what solutions were suggested in CodeProject, there is a good number of them:
http://www.codeproject.com/search.aspx?doctypeid=5&q=C%23+parallel+port[^].

I assume you did not find anything by Google or Bing, so I'm not going to advise you how to do such search. :-)

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900