tags:

views:

455

answers:

1

I basically want to get the parallel port input & want to give the output simantanously in the c#.net with out using the inpout32.dll. Can any one guide me how to control the parallel port in c# with out inpout32.dll. And how to get input and give output parallely?? I m using the data pins for the output and control and status pins for the input, in the windows envornment.

+2  A: 

Until there's a reason given why it can't work, just use the facilities provided to you by the platform (the DLL and so forth).

John Zwinck
Sir basically its the requirment of our project, that built your own function instead of using the dll files
Arman
Oh, so it's a homework assignment. You should say so in the original post.
John Zwinck
The assignment is to develop a replacement for inpout32.dll ? That's a nasty little problem - What's the course ? Oh, and google windows inpout32.dll for LOTS of hints to accomplish that task.
jim