- #1
- 962
- 667
I have a named 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
But Wolfram doesn't seem to see it:
OpenRead also gives "$Failed".
Is it possible to read from a Linux named pipe in Wolfram/Mathematica?
Code:
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:
Code:
In[10]:= FindFile["/home/pi/Desktop/gnuradio/PIPE"]
Out[10]= $Failed
OpenRead also gives "$Failed".
Is it possible to read from a Linux named pipe in Wolfram/Mathematica?
Last edited: