Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have several automated tests which use control::cli to control an embedded linux device.
I would also like to keep a log of all output from the serial console .
The problem is when I run $cli->cmd("ls -al /") for example there is no output returned although I can see the command executed successfully in minicom .
If I run the same code without minicom running everything works correctly .
Thanks for looking .
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Logging the serial console with minicom and running commands with control::cli
by dasgar (Priest) on Dec 08, 2014 at 15:41 UTC | |
by Anonymous Monk on Dec 08, 2014 at 15:59 UTC |