microsoft.public.windowsxp.device_driver.dev
  Home FAQ Contact Sign in
microsoft.public.windowsxp.device_driver.dev only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
microsoft ... dev Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Restriction Warning Windows XP         


Author: mdooley
Date: May 31, 2008 01:22

The problem concerns my desktop computer that is running Windows XP
Professional and MS Office 2003. I also have installed the Windows Live
software to regulate my children
no comments
  serial ioctl implementation         


Author: gallon sylvestre
Date: May 28, 2008 05:58

Hello,

I try to implement a serial driver with kdmf and I've got a problem with
the implementation of IOCTL_SERIAL_GET_COMMSTATUS.

My device load good. But when I open a hyperterminal the first input is
read, the second do nothing and when the third appears hyperterminal
loop on IOCTL_SERIAL_GET_COMMSTATUS and freeze.

Here is my code :
http://pastebin.com/f38ae7c20

Here is my debug output:
http://pastebin.com/m3de139e3

For the debug output, the first key pressed on hyperterminal produce the
write, the second do nothing and when I pressed a third time a key the
IOCTL_SERIAL_GET_COMMSTATUS loop appears and don't stop.

The only solution to stop that is to kill hyperterminal with the task
manager.

Thanks for you help :)
Show full article (0.90Kb)
no comments