Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i got the solution, application needs administrator rights to be run

I want to communicate to my circuit via parallel port.

First I just want to ON/OFF LED, later original circuit will be implemented.
I googled and found so many articles and blogs telling use of inpout32.dll.
I am using Windows 7 VS 2008

Please don't post links to the articles which appear on first 3 pages with query string 'Parallel Port C#' because I have gone through all these and none of their source code was able to send bits to parallel port.

There might be some issue because of windows 7 also.
If anyone knows help me out
Posted
Updated 18-Mar-11 23:59pm
v4
Comments
Richard MacCutchan 18-Mar-11 13:38pm    
Are you sure? I just looked at the first article and there is code to send output to the port.
dontumindit 18-Mar-11 14:43pm    
yeah codes are there, but none is working in windows 7
Dalek Dave 18-Mar-11 16:37pm    
Edited for Readability and Grammar.

Check this out:

http://logix4u.net/Inpout32.dll_Discussion/InpOut32_and_64_bit_Windows_7.html[^]
You may need to run your application in administrator mode ("at least once" according to the link).
 
Share this answer
 
Comments
dontumindit 19-Mar-11 5:58am    
thnx for helping.

it worked

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