Steffen
You should be able to open fifos as a user. Make sure the fifos exist
under /dev as /dev/rtf0, /dev/rtf1, etc. In user space you open the fifo
with something like:
#define RT_FIFO "/dev/rtf0"
if((fd=open(RT_FIFO, O_WRONLY) < 0)){
fprintf("Error opening fifo\n");
exit(1);
}
Daniel
>From: Steffen Hildebrandt <[EMAIL PROTECTED]>
>Reply-To: @eternal.tng.de
>To: rtlinux <[EMAIL PROTECTED]>
>Subject: [rtl] user
>Date: Fri, 07 Jul 2000 10:53:46 +0200
>
>Hi,
>
>is ist possible to open the devices /dev/rtfx as a user?
>I can't open the devices as a user. There is a error-message.
>
>
>Tanks.
>With regards Steffen.
>-- [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/
>
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
-- [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/