RxEvent

Hi,

trying to fire OnRxChar event in TVaComm but no success.
I set MonitorEvent.ceRxChar = true
 
Any suggestion?
thanks
 
C++2009 Async32 Ver. 1..4.0.1
 

Is there actual data being received by the COM port?

Is this with just VaComm properly setup on a new VCL forms application?

Yes because if I enable a VaCapture component the data is received correctly

 

When you connected TVaCapture, this component is handling the receipt of characters and takes over/uses OnRxChar. Therefore it is no longer externally triggered on VaComm.