Link to home
Start Free TrialLog in
Avatar of sasson
sasson

asked on

How to write a vxd?

Hi

I'm weriting an application that should spy after the serial port and write everything that goes in & out in a separate buffer/file.

I understand that I'll have to write a new vxd that after it gets the data, it should restore the interrupt.

Is there a special compiler for this or my C/C++ compiler is enough?


any comments?

Thanks, Eli
Avatar of lif081199
lif081199

You can use a standard compiler. What you need is the Windows DDK (Driver Development Kit).

It comes with lots of lib, doc & good samples. You can find the DDK it in the MSDN.

Good luck,
Lionel.
ASKER CERTIFIED SOLUTION
Avatar of jhance
jhance

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
A little additional only.
Karen Hazzah's book oriented to the non-standard hardware support. If you want write some like COM port stuff then I'd suggest Walter Oney's book.