Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to write to the parallel port with resource manager: (1 Item)
   
How to write to the parallel port with resource manager  
Hello,

I am working on a project where I do not have super user privileges so I can not use in8() or out8() functions to read/
write to the parallel port. I was however able to use the resource manager and devctl() function to get the status of 
the parallel port. 

My question is how would I go about writing to the parallel port in regular user mode? Does anyone have any example code
 of such case or know any functions I can use?

One more question is can I even handle parallel port interrupt in regular user mode?

Thank you in advanced for your help.