Arne Johansson - 2012-11-18

After upgrade from 3.10 to 4.11f I have one program where no ComPort1RxChar() is generated.
First TriggersOnRxChar was false and when I tried to change it I got an error message telling "A comport is linked to OnRxBuf event" despite it wasn't.
So I deleted the TComPort object and created a new one.
Now TriggersOnRxChar is true but still no ComPort1RxChar() is generated.
What can be wrong?