How do you make a Video Device Driver for Windows? More specifically, I want it for Windows XP and Vista.
I downloaded the Windows Driver Toolkit and having minimal success with it. I'm trying to test some small example driver using Virtual PC by following a little tutorial
here.
Is there anything significantly special about a video device driver over a more simple one that simulates use of a serial COM port?