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
2009-02-28 14:55:02
Sir basically its the requirment of our project, that built your own function instead of using the dll files
Arman
2009-02-28 14:57:23
Oh, so it's a homework assignment. You should say so in the original post.
John Zwinck
2009-02-28 18:15:06
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
2009-04-01 13:31:42