Hi, how can i post an event from a thread to another? my application have a thread that read from a serial port and another thread that wait for something received on the serial port. I cannot use postEvent because in one thread i don'e have reference to the other... How can i do that? Thanks, Riccardo