On Tue, 16 Nov 1999, Dan Samber wrote:

> 1) I have set up a periodic rt task that sends commands over a serial
> line
> 2) I suspect that a delay in communication causes the execution of the
> periodic task

You should send data in non-blocking way in RT task: probably use rt_com
driver or buffer data yourself, and use interrupt-driven sending task.
Waiting longer than 100 us for something in RT task is a bad design.

Best regards,
--
Tomek

--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to