answer
August 24th, 2004, 02:50 PM
I need to create a driver which does low level reading and writing to the parallel port,
What mode should the driver be in?
How to create the driver?
What mode should the driver be in?
How to create the driver?
| // JP opened flex table
Click to See Complete Forum and Search --> : How to create a driver? answer August 24th, 2004, 02:50 PM I need to create a driver which does low level reading and writing to the parallel port, What mode should the driver be in? How to create the driver? SDavies August 25th, 2004, 03:34 AM Well, the hard way is to use the Windows DDK, but there are third party pieces of software that will do it for you. WinDriver is a good tool (it's not free, but excellent), but I don't know if it deals with the parallel port. ohadben January 8th, 2007, 03:31 AM Hi, I've used WinDriver in the past to do just that. At the time their support service refered me to this link which was quite helpful: http://www.jungo.com/support/tech_docs/td96.html ragnork83 January 15th, 2007, 08:38 AM Does WinDriver support driver development for the PCMCIA card bus. SDavies January 15th, 2007, 08:45 AM Yes it does. As far as Windriver is concerned the PCMCIA bus is the same as the PCI bus, is the same as the PCIExpress bus just different form factors. I have only used the PCI bus personally however. codeguru.com
Copyright 2007 Jupitermedia Corporation All Rights Reserved. |