I have a named pipe :
mkfifo /home/pi/Desktop/gnuradio/PIPE
I can see the pipe in the Linux directory listing and also using Directory[] in Wolfram. I can test it in the console using echo and cat.
But Wolfram doesn't seem to see it:
In[10]:= FindFile["/home/pi/Desktop/gnuradio/PIPE"]...