OnAfterSend event not firing

Started by PlusPlus, December 29, 2017, 01:23:28 PM

Previous topic - Next topic

PlusPlus

Hi:

I have an application that sends five bytes of data out a serial port using the SendData() member function and performs some other processing in the OnAfterSend event.  Unfortunately, the event is never firing (I have a breakpoint in the event handler and it is never triggered).  Is there something special that I should know?