Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Forums > Drivers

Vista - Usb 2 serial driver

Reply
 
Old 08-29-2008   #1 (permalink)


windows xp
 
 

Usb 2 serial driver

Hi all
i developed a usb2ser.sys on windows platform (kmdf) which will show USb port as a COM port to the PC and can work with serial port application in PC.
now i got into the trouble about Read opreation with some applications.
why i mentioned "some" becz my driver is perfectly works with the app if it is implemented in the way that Readfile win32 api is calling in a thread n it gets the data if device sends..
but some application are in diffway that when ever readbuffer is full then device drver can configure the devicecotroll er to geneate a siganl to the CPU called an interrupt request...application watch this n calls read operation..if it's the case i was failuring about read operation..
am i right about what i explained cause of failure about read operation?
can any one tell me how to give an interrupt to the PC from driver when i need..
how can i show to the application there is an interrupt if it checks..
if any tell me code abouthis in KMDf it would be appreciated

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
usb to serial db9 driver help. Drivers
USB to Serial-ATA bridge driver not found Vista General
Problem caused by Serial ATA Storage Controller Driver Vista General
usb serial controller driver? Vista General
FDTI Serial chip/driver causes BSOD Vista hardware & devices


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46