Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 17969

Re: Parsing output from system() command

$
0
0

You can instead try using the popen command instead of system command.  This allows you to either have a pipe as input to the process or a pipe as output from the process.

 

I have a quick and dirty Sketch that allows me to do one line commands from an Arduino terminal window and have the results piped back that I display in the terminal window.

 

The code for it is in the thread: https://communities.intel.com/message/265426#265426


Viewing all articles
Browse latest Browse all 17969

Trending Articles