Hi developers

I am writing a serial port device driver, however it doesn't seem to work with WaitCommEven

When WaitCommEvent is called on the port, it doesn't block and returns immediately. Moreover, the returned modem status is always zero even though in the mask I had specified certain bits to wait on

ANy help is appreciated!

Re: WaitCommEvent by Maxim

Maxim
Tue Feb 03 19:03:11 CST 2004

Check your IOCTL_SERIAL_WAIT_ON_MASK path.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Rally" <anonymous@discussions.microsoft.com> wrote in message
news:BFB4486B-44FA-4F2E-9017-D96BFB227A21@microsoft.com...
> Hi developers!
>
> I am writing a serial port device driver, however it doesn't seem to work
with WaitCommEvent
>
> When WaitCommEvent is called on the port, it doesn't block and returns
immediately. Moreover, the returned modem status is always zero even though in
the mask I had specified certain bits to wait on.
>
> ANy help is appreciated!