Hi Kuzulis,

I found the problem. I wrote this test inside an infinite loop, so the main thread couldn't runs and there was no emitted event on received char.
It was good lesson for me: the main thread cannot blocked!

Many thx to you

Zamek