Hi is their a way to redirect or pipe the results of commands going to the shell object. For example is there a way to execute: cat foo.txt > /dev/ttyS1 or ls | grep pd
From what I've seen the shell object ignores the redirection > and pipe
| signals . Thanks