Hello all, I'm using a real time signal in Linux to be notified of the arrival of new data in a serial port. Unfortunately this causes sleep calls to be interrupted when there is signal. Does anybody know of a way to avoid this behavior.
Edit: I tried using a regular signal (SIGUSR1) but I keep getting the same behavior.
Thanks, Joao