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!