Hi!
I have a thread where wait serial event using WaitCommEvent().
I'm using SetCommMask() to signal WaitCommEvent() to send data.
If the code are stopped in WaitCommEvent(), the instruction SetCommMask() signal ok.
But, If the code aren't in WaitCommEvent(), the instruction SetCommMask() will not signal!!!
Could you help me???