• Welcome to Forum.Deepsoftware.Com. Please login or sign up.
 

OnAfterSend event not firing

Started by PlusPlus, December 29, 2017, 11:23:28 am

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?