Koichi Kawabata wrote:
> I want to say to anyone who uses RT-linux on RedHat, please run the
> following sample programs attached with releaseDfull.tgz or
> rtlinux1.1.tgz:
> 
> rtl/examples/frank:
> Makefile        README          control.h       frank_app.c
> frank_module.c  rtlpath.make    runfrank.sh*
> 

OK. For frank example ,after a lot of printk and printf ;)
I found that the function select in franck_app was blocking !!!!

And I don't know how to do it working ... the best way is to open the 2
fifos
and then making 2 threads , each one listening his rt-fifo.
Like that , it works !
( the 2 threads are necessary cause the rt-fifo reading is blocking ...
)

So , the rt-module frank_module works fine :)

RT-Linux works better than the RH utilities !!! ;)

-- KUMSTA Christophe
-- <[EMAIL PROTECTED]>
-- real-time system developper
-- RT-Linux (Use the source luke)
--- [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