Hi all,
In my application, I build a kind of real-time server that handle requests
from serial port. I use rt_com_read() function from rt_com package.
The current implementation of rt_com_read() is non-blocking and return
immediately when no data available at serial port. So, my task must
periodically check if any data available.
I wonder if I can use interrupt that notify my task to continue only if
data available at serial port, and still use rt_com_read() to read data.
Is it possible to do this ? Have anyone do this before ?
-dewa-
-- [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/