View Single Post
  #14  
Old 09-30-2005, 22:19
lucian
 
Posts: n/a
Quote:
Originally Posted by etienne
I need something similar.
as many of nowadays' computers are equipped with no LPT port but still a lot of (crap) devices using it, I need to realise a fully functional LPT port over USB. but since it is not (fully) accessed over windows API, I need to write a kernel driver.

this is alright.
the question is: how can I hook the base level handler for 0xC0000096 exception into my driver? before system could pass it to the program?

anyone knows the answer?
Hy

Use an hardware converter like pl23xx or ftdi based chip.
Reply With Quote