I was wondering if there is a way to check what pipe files exist on a given robot (essentially get all contents of the PIP: directory).
I am currently able to check do the following to read pipe files from our R30-iB robot by entering the following into a web browser: http:/192.168.1.1/PIP/example.dat
I get a 404 error if I try to use http:/192.168.1.1/PIP
Furthermore, I can access other directories via FTP via the following on command prompt:
ftp 192.168.1.1
bin
cd ..
dir md:
If I replace the md: directory with pip: , it says 'Invalid device or path name' error.