muralirajan
November 3rd, 1999, 07:13 AM
This project was developed to interface a FootPedal (A device used by Medical Transciptionist for Controlling the voice file. It has 3 pedals for Stop, Start & pause. This project receives the port signals through the Windows gameport driver. We have used the APIs related to Joystick like "JoyGetPos", "JoyGetDevCaps" etc. The frontend integrates the footpedal & user can control the voice file by click of the command button.
The problem now we are facing is that this software is not working in Win98 & WinNT. We went thro' all APIs & help & net. We could not find any hint. Only hint I got was to convert it to COM port & use MSComm Controls. But this creates other problems & was not approved.
Now we are planning to write a device driver. So I need your help as to how to go about in writing a device driver. Is it possible to write a Device driver in VB?. If not I will write it in C++. Then how to link C++ driver with VB?
Please give me some hint about this Problem.
The problem now we are facing is that this software is not working in Win98 & WinNT. We went thro' all APIs & help & net. We could not find any hint. Only hint I got was to convert it to COM port & use MSComm Controls. But this creates other problems & was not approved.
Now we are planning to write a device driver. So I need your help as to how to go about in writing a device driver. Is it possible to write a Device driver in VB?. If not I will write it in C++. Then how to link C++ driver with VB?
Please give me some hint about this Problem.